From: rsoulliere Date: Wed, 8 Jun 2011 16:01:29 +0000 (-0400) Subject: Fix the order of steps so that user changes directories before runing the SQl upgrade... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98944557d56a7ae2a95108455968f63f45e56256;p=Evergreen-DocBook.git Fix the order of steps so that user changes directories before runing the SQl upgrade scripts. --- diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index 53b72aa..44e1eb0 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/admin/Upgrading-Evergreen-2.0.xml @@ -238,11 +238,6 @@ tar xzf Evergreen-ILS-2.0.6.tar.gz make STAFF_CLIENT_BUILD_ID=rel_2_0_6 install - Change to the Evergreen installation - directory: - cd /home/opensrf/Evergreen-ILS-2.0.6 - - As the root user, change all files to be owned by the opensrf user and group: chown -R opensrf:opensrf /openils @@ -256,6 +251,12 @@ ln -s rel_2_0_6/server + Change to the Evergreen installation + directory: + cd /home/opensrf/Evergreen-ILS-2.0.6 + + + Update the evergreen database: It is recommended that you back up your Evergreen database in order to restore your data if anything goes wrong. The 1.6.1-2.0-upgrade-db.sql upgrade script may take a long time (hours) to process