Linux Upgrade 6.1.0 to 7.0.0
From OpenEMR Project Wiki
Upgrade
- Move current 6.1.0
openemr
web server directory to a backup directoryopenemr_bk
- Unpackage OpenEMR 7.0.0 into web server directory and rename the directory to openemr
- Copy the old OpenEMR 6.1.0 documents directory (
openemr_bk/sites/default/documents
) to the new OpenEMR 7.0.0 atopenemr/sites/default/documents
- Copy the old OpenEMR 6.1.0 database connection config file (
openemr_bk/sites/default/sqlconf.php
) to the new OpenEMR 7.0.0 atopenemr/sites/default/
- In the
openemr/sites/default/sqlconf.php
file, set the $config variable (found near bottom of file within bunch of slashes) to 1 ($config = 1;) - Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 6.1.0 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
Download and install most recent patch
- After finishing this upgrade to OpenEMR version 7.0.0, it is recommended that you check if there are any patches to apply. If so, install the most recent patch for version 7.0.0. Instruction to do this can be found on the OpenEMR Patches page.
ONC Ambulatory EHR Certification Requirements
Using OpenEMR
- See the OpenEMR 7.0.0 User Guide
Securing OpenEMR
- See the Securing OpenEMR Guide