Difference between revisions of "Linux Upgrade 7.0.0 to 7.0.1"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
# Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 7.0.0 and click 'Upgrade Database'. If you're using multi-sites, see [[OpenEMR Multiple Sites Module]]. | # Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 7.0.0 and click 'Upgrade Database'. If you're using multi-sites, see [[OpenEMR Multiple Sites Module]]. | ||
# Configure optional settings in <code>openemr/sites/default/config.php</code> files | # Configure optional settings in <code>openemr/sites/default/config.php</code> files | ||
# Clear your browser cache before logging into the site again. | |||
<br> | <br> | ||
Line 13: | Line 14: | ||
<br> | <br> | ||
=== | === ONC Ambulatory EHR Certification Requirements === | ||
:[[OpenEMR 7.0.1 | :[[OpenEMR 7.0.1 ONC Ambulatory EHR Certification Requirements|ONC Ambulatory EHR Certification Requirements for OpenEMR 7.0.1]] | ||
<br> | <br> | ||
Latest revision as of 06:16, 23 March 2024
Upgrade
- Move current 7.0.0
openemr
web server directory to a backup directoryopenemr_bk
- Unpackage OpenEMR 7.0.1 into web server directory and rename the directory to openemr
- For linux you unpackage the file by doing
tar -pxvzf openemr-7.0.1.tar.gz
in order to preserve file permissions
- For linux you unpackage the file by doing
- Copy the old OpenEMR 7.0.0 sites (
openemr_bk/sites/default/
) to the new OpenEMR 7.0.1 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 7.0.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 - 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.1, it is recommended that you check if there are any patches to apply. If so, install the most recent patch for version 7.0.1. Instruction to do this can be found on the OpenEMR Patches page.
ONC Ambulatory EHR Certification Requirements
Using OpenEMR
- See the OpenEMR 7.0.1 User Guide
Securing OpenEMR
- See the Securing OpenEMR Guide