From 6be61e038d1923bc79469b1dcdad12df07e4a919 Mon Sep 17 00:00:00 2001 From: rsoulliere Date: Wed, 25 May 2011 09:08:44 -0400 Subject: [PATCH] Update upgrading to version. 2.0.6. --- 2.0/admin/Upgrading-Evergreen-2.0.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index 946470aa25..29984b0679 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/admin/Upgrading-Evergreen-2.0.xml @@ -169,15 +169,15 @@ srfsh# As the opensrf user, download and extract Evergreen 2.0 -wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.5.tar.gz -tar xzf Evergreen-ILS-2.0.5.tar.gz +wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.6.tar.gz +tar xzf Evergreen-ILS-2.0.6.tar.gz For the latest edition of Evergreen 2.0, check the Evergreen download page at and adjust upgrading instructions accordingly. As the root user, install the prerequisites: - cd /home/opensrf/Evergreen-ILS-2.0.5 + cd /home/opensrf/Evergreen-ILS-2.0.6 On the next command, replace with one of these values for your distribution of Debian or Ubuntu: @@ -196,19 +196,19 @@ tar xzf Evergreen-ILS-2.0.5.tar.gz As the opensrf user, configure and compile Evergreen: - cd /home/opensrf/Evergreen-ILS-2.0.5 + cd /home/opensrf/Evergreen-ILS-2.0.6 ./configure --prefix=/openils --sysconfdir=/openils/conf make As the root user, install Evergreen: - make STAFF_CLIENT_BUILD_ID=rel_2_0_5 install + make STAFF_CLIENT_BUILD_ID=rel_2_0_6 install Change to the Evergreen installation directory: - cd /home/opensrf/Evergreen-ILS-2.0.5 + cd /home/opensrf/Evergreen-ILS-2.0.6 As the root user, change all files to be owned by the @@ -220,7 +220,7 @@ tar xzf Evergreen-ILS-2.0.5.tar.gz cd /openils/var/web/xul/ rm server -ln -s rel_2_0_5/server +ln -s rel_2_0_6/server @@ -237,6 +237,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.1-2.0.2-upgrade-db.sql psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.2-2.0.3-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.3-2.0.4-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.4-2.0.5-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql evergreen -- 2.43.2