OpenEMR Linux Upgrade
From OpenEMR Project Wiki
Upgrade
- (note example below is for upgrading to 8.2.0; swap with version that you are installing)
- Move current
openemrweb server directory to a backup directoryopenemr_bk - Unpackage OpenEMR 8.2.0 into the web server directory and rename the directory to openemr
- For Linux you unpackage the file by doing
tar -pxvzf openemr-8.2.0.tar.gzin order to preserve file permissions
- For Linux you unpackage the file by doing
- Copy the old OpenEMR sites (
openemr_bk/sites/) to the new OpenEMR 8.2.0 atopenemr/sites/ - Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose the version of your old version and click 'Upgrade Database'. If you're using multi-sites, see OpenEMR Multiple Sites Module.
- Configure optional settings in
openemr/sites/default/config.phpfiles - Check third-party modules for an updated version/release of that module and copy in the updated version or move the current version from openemr_bk/interface/modules/custom_modules folder. Contact the module developer if there are upgrade issues.
- Clear your browser cache before logging into the site again.
ONC Ambulatory EHR Certification Requirements
Securing OpenEMR
- See the Securing OpenEMR Guide