Difference between revisions of "Linux Upgrade 4.0.0 to 4.1.0"

From OpenEMR Project Wiki
(Created page with "# Move current(4.0.0) /openemr directory to a backup directory # Unpackage 4.1.0 openemr into web directory and rename the directory to openemr # Move following directories from...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
#:openemr/sites/default/era
#:openemr/sites/default/era
#:openemr/sites/default/letter_templates
#:openemr/sites/default/letter_templates
# Record the openemr/library/sqlconf.php file variables from your old 4.0.0 version, and type these into the openemr/sites/default/sqlconf.php file in new openemr version
# Record the openemr/sites/default/sqlconf.php file variables from your old 4.0.0 version, and type these into the openemr/sites/default/sqlconf.php file in 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;).
# 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 4.0.0 and click 'Upgrade Database'
# Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 4.0.0 and click 'Upgrade Database'
Line 19: Line 19:
Support:<br>
Support:<br>
http://sourceforge.net/projects/openemr/forums<br>
http://sourceforge.net/projects/openemr/forums<br>
[[Category:Upgrade]][[Category:Linux Package]]

Latest revision as of 10:08, 10 November 2011

  1. Move current(4.0.0) /openemr directory to a backup directory
  2. Unpackage 4.1.0 openemr into web directory and rename the directory to openemr
  3. Move following directories from old 4.0.0 version to /openemr directory:
    openemr/sites/default/documents
    openemr/sites/default/edi
    openemr/sites/default/era
    openemr/sites/default/letter_templates
  4. Record the openemr/sites/default/sqlconf.php file variables from your old 4.0.0 version, and type these into the openemr/sites/default/sqlconf.php file in new openemr version
  5. 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;).
  6. Open openemr/sql_upgrade.php (http://localhost/openemr/sql_upgrade.php) in web browser, choose 4.0.0 and click 'Upgrade Database'
  7. Open openemr/acl_upgrade.php (http://localhost/openemr/acl_upgrade.php) in web browser
  8. Configure optional settings in openemr/sites/default/config.php files


Download and install most recent patch

After finishing above upgrade, recommending getting the most recent patch for version 4.1.0. Instruction to do this can be found on the OpenEMR Patches page.


Support:
http://sourceforge.net/projects/openemr/forums