Difference between revisions of "Linux Upgrade 7.0.1 to 7.0.2"

From OpenEMR Project Wiki
(Created page with "=== Upgrade === # Move current 7.0.1 <code>openemr</code> web server directory to a backup directory <code>openemr_bk</code> # Unpackage OpenEMR 7.0.2 into web server director...")
 
Line 1: Line 1:
=== Upgrade ===
=== Upgrade ===
# Move current 7.0.1 <code>openemr</code> web server directory to a backup directory <code>openemr_bk</code>
# Move current 7.0.1 <code>openemr</code> web server directory to a backup directory <code>openemr_bk</code>
# Unpackage OpenEMR 7.0.2 into web server directory and rename the directory to openemr  
# Unpackage OpenEMR 7.0.2 into the web server directory and rename the directory to openemr  
## For linux you unpackage the file by doing <code>tar -pxvzf openemr-7.0.2.tar.gz</code> in order to preserve file permissions
## For Linux you unpackage the file by doing <code>tar -pxvzf openemr-7.0.2.tar.gz</code> in order to preserve file permissions
# Copy the old OpenEMR 7.0.1 sites (<code>openemr_bk/sites/default/</code>) to the new OpenEMR 7.0.2 at <code>openemr/sites/default/</code>
# Copy the old OpenEMR 7.0.1 sites (<code>openemr_bk/sites/default/</code>) to the new OpenEMR 7.0.2 at <code>openemr/sites/default/</code>
# In the <code>openemr/sites/default/sqlconf.php</code> file, set the $config variable (found near bottom of file within bunch of slashes) to 1 ($config = 1;)
# In the <code>openemr/sites/default/sqlconf.php</code> file, set the $config variable (found near the bottom of the file within a bunch of slashes) to 1 ($config = 1;)
# 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]].
# 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 <code>openemr/sites/default/config.php</code> files
# Configure optional settings in <code>openemr/sites/default/config.php</code> 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
# Clear your browser cache before logging into the site again.
# Clear your browser cache before logging into the site again.
<br>
<br>

Revision as of 05:50, 18 November 2023

Upgrade

  1. Move current 7.0.1 openemr web server directory to a backup directory openemr_bk
  2. Unpackage OpenEMR 7.0.2 into the web server directory and rename the directory to openemr
    1. For Linux you unpackage the file by doing tar -pxvzf openemr-7.0.2.tar.gz in order to preserve file permissions
  3. Copy the old OpenEMR 7.0.1 sites (openemr_bk/sites/default/) to the new OpenEMR 7.0.2 at openemr/sites/default/
  4. In the openemr/sites/default/sqlconf.php file, set the $config variable (found near the bottom of the file within a bunch of slashes) to 1 ($config = 1;)
  5. 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.
  6. Configure optional settings in openemr/sites/default/config.php files
  7. 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
  8. 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

2015 ONC Ambulatory EHR Certification Requirements for OpenEMR 7.0.2


Using OpenEMR

See the OpenEMR 7.0.2 User Guide


Securing OpenEMR

See the Securing OpenEMR Guide