From: Ben Shum Date: Wed, 4 Feb 2015 18:10:50 +0000 (-0500) Subject: LP#1390138: Clarify 2.6-2.7 upgrade path X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=807c350fa04ae486cf5383b4a7481f97f3ced334;p=evergreen%2Ftadl.git LP#1390138: Clarify 2.6-2.7 upgrade path The file for upgrading from 2.6 to 2.7 series changed to be specifically 2.6.3-2.7.0 (not just 2.6 to 2.7.0 but 2.6.3 to 2.7.0). Additionally, alter note on reingesting to include that it might be required post upgrade script running. Signed-off-by: Ben Shum --- diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt index d02aad7fb6..302a23ce11 100644 --- a/docs/installation/server_upgrade.txt +++ b/docs/installation/server_upgrade.txt @@ -200,8 +200,8 @@ would run the following upgrade scripts: - 2.5.1-2.5.2-upgrade-db.sql - 2.5.2-2.5.3-upgrade-db.sql - 2.5.3-2.6.0-upgrade-db.sql (this is a major version upgrade) -- 2.6.2-2.6.3-upgrade-db.sql (there was one update missed in the 2.6-2.7.0 script, this is needed) -- 2.6-2.7.0-upgrade-db.sql (this is a major version upgrade) +- 2.6.2-2.6.3-upgrade-db.sql +- 2.6.3-2.7.0-upgrade-db.sql (this is a major version upgrade) - 2.7.0-2.7.1-upgrade-db.sql - 2.7.1-2.7.2-upgrade-db.sql - 2.7.2-2.7.3-upgrade-db.sql @@ -221,11 +221,9 @@ example: - 2.4.3-2.5.0-upgrade-db.sql - (run all incremental scripts from 2.5.0 to 2.5.3) - 2.5.3-2.6.0-upgrade-db.sql -- 2.6.2-2.6.3-upgrade-db.sql (This is an exception to the pattern that needs to be run before 2.6-2.7.0) -- 2.6-2.7.0-upgrade-db.sql -- 2.7.0-2.7.1-upgrade-db.sql -- 2.7.1-2.7.2-upgrade-db.sql -- 2.7.2-2.7.3-upgrade-db.sql +- (run all incremental scripts from 2.6.0 to 2.6.3) +- 2.6.3-2.7.0-upgrade-db.sql +- (run all incremental scripts from 2.7.0 to 2.7.3) ============= [CAUTION] @@ -240,11 +238,11 @@ as a user with the ability to connect to the database server. [source, bash] ---------------------------------------------------------- cd /home/opensrf/Evergreen-ILS-2.7.3/Open-ILS/src/sql/Pg -psql -U evergreen -h localhost -f version-upgrade/2.6-2.7.0-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f version-upgrade/2.6.3-2.7.0-upgrade-db.sql evergreen ---------------------------------------------------------- [TIP] -After the `2.5.3-2.6.0-upgrade-db.sql` script finishes, you will see a +After the some database upgrade scripts finish, you may see a note on how to reingest your bib records. You may run this after you have completed the entire upgrade and tested your system. Reingesting records may take a long time depending on the number of bib records in your system.