OpenEMR Windows Upgrade
From OpenEMR Project Wiki
Notes
- Need to ensure the downloaded zip file has been unblocked after downloading.
Upgrade
- (note example below is for upgrading to 8.2.0; swap with version that you are installing)
- Move current /openemr directory to a backup directory openemr_bk
- Unpackage 8.2.0 openemr into web directory and rename the directory to openemr
- Copy following directory from old version to /openemr directory:
- openemr_bk/sites/default/documents (COPY TO) => openemr/sites/default/documents
- Copy the openemr/sites/default/sqlconf.php file from your old version into the new openemr version
- 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 your old version and click 'Upgrade Database'
- Configure optional settings in openemr/sites/default/config.php files
ONC Ambulatory EHR Certification Requirements
Securing OpenEMR
- See the Securing OpenEMR Guide