From: rsoulliere Date: Wed, 25 May 2011 13:08:44 +0000 (-0400) Subject: Update upgrading to version. 2.0.6. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6be61e038d1923bc79469b1dcdad12df07e4a919;p=Evergreen-DocBook.git Update upgrading to version. 2.0.6. --- diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index 946470a..29984b0 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