Linux Upgrade 7.0.1 to 7.0.2
From OpenEMR Project Wiki
Upgrade
- Move current 7.0.1
openemr
web server directory to a backup directoryopenemr_bk
- Unpackage OpenEMR 7.0.2 into the web server directory and rename the directory to openemr
- For Linux you unpackage the file by doing
tar -pxvzf openemr-7.0.2.tar.gz
in order to preserve file permissions
- For Linux you unpackage the file by doing
- Copy the old OpenEMR 7.0.1 sites (
openemr_bk/sites/
) to the new OpenEMR 7.0.2 atopenemr/sites/
- Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 7.0.1 and click 'Upgrade Database'. If you're using multi-sites, see OpenEMR Multiple Sites Module.
- Configure optional settings in
openemr/sites/default/config.php
files - 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.
Download and install most recent patch
- After finishing this upgrade to OpenEMR version 7.0.2, it is recommended that you check if there are any patches to apply. If so, install the most recent patch for version 7.0.2. Instruction to do this can be found on the OpenEMR Patches page.
2015 ONC Ambulatory EHR Certification Requirements
Using OpenEMR
- See the OpenEMR 7.0.2 User Guide
Securing OpenEMR
- See the Securing OpenEMR Guide