From 8832e36d739d1f1f6b0b66fc8fc3c4ff28e1a5f8 Mon Sep 17 00:00:00 2001 From: rsoulliere Date: Tue, 5 Apr 2011 12:55:04 -0400 Subject: [PATCH] Update upgrading 1.6 to 1.6.1.8. --- 1.6/admin/AdminMisc.xml | 2 +- 1.6/admin/Upgrading-Evergreen_1.6.xml | 36 ++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/1.6/admin/AdminMisc.xml b/1.6/admin/AdminMisc.xml index 083184ed4c..331f46e1ec 100644 --- a/1.6/admin/AdminMisc.xml +++ b/1.6/admin/AdminMisc.xml @@ -44,7 +44,7 @@ If you decide to start each service individually, you need to start them in a specific order: -osrf_ctl.sh -l -a start_router +osrf_ctl.sh -l -a start_router osrf_ctl.sh -l -a start_perl osrf_ctl.sh -l -a start_c diff --git a/1.6/admin/Upgrading-Evergreen_1.6.xml b/1.6/admin/Upgrading-Evergreen_1.6.xml index 08fb52c070..9aa30ccb59 100644 --- a/1.6/admin/Upgrading-Evergreen_1.6.xml +++ b/1.6/admin/Upgrading-Evergreen_1.6.xml @@ -49,10 +49,10 @@ As the opensrf user, download and extract the source files for OpenSRF 1.6: -wget http://open-ils.org/downloads/OpenSRF-1.6.2.tar.gz -tar xzf OpenSRF-1.6.2.tar.gz +wget http://open-ils.org/downloads/OpenSRF-1.6.3.tar.gz +tar xzf OpenSRF-1.6.3.tar.gz - A new directory OpenSRF-1.6.2 is created. + A new directory OpenSRF-1.6.3 is created. For the latest edition of OpenSRF, check the Evergreen download page at . @@ -62,7 +62,7 @@ tar xzf OpenSRF-1.6.2.tar.gz prerequisite installer. aptitude install make -cd /home/opensrf/OpenSRF-1.6.2 +cd /home/opensrf/OpenSRF-1.6.3 Replace below with the following value for your distribution: @@ -115,7 +115,7 @@ make -f src/extras/Makefile.install [distribution] you want to include support for PythonPython and Java Java, respectively. -cd /home/opensrf/OpenSRF-1.6.2 +cd /home/opensrf/OpenSRF-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -124,7 +124,7 @@ make As the root user, return to your OpenSRF build directory and install OpenSRF: -cd /home/opensrf/OpenSRF-1.6.2 +cd /home/opensrf/OpenSRF-1.6.3 make install @@ -161,18 +161,18 @@ srfsh# Upgrade <application>Evergreen</application> from 1.4 to 1.6.1 - As the opensrf user, download and extract Evergreen 1.6.2.0 + As the opensrf user, download and extract Evergreen 1.6.1.8 -wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.5.tar.gz -tar xzf Evergreen-ILS-1.6.1.5.tar.gz +wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.8.tar.gz +tar xzf Evergreen-ILS-1.6.1.8.tar.gz For the latest edition of Evergreen check the Evergreen download page at and adjust upgrading instructions accordingly. As the root user, install the prerequisites: - cd /home/opensrf/Evergreen-ILS-1.6.1.5 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 On the next command, replace with one of these values for your distribution of Debian or Ubuntu: @@ -205,19 +205,19 @@ tar xzf Evergreen-ILS-1.6.1.5.tar.gz As the opensrf user, configure and compile Evergreen: - cd /home/opensrf/Evergreen-ILS-1.6.1.5 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 ./configure --prefix=/openils --sysconfdir=/openils/conf make As the root user, install Evergreen: - make STAFF_CLIENT_BUILD_ID=rel_1_6_1_5 install + make STAFF_CLIENT_BUILD_ID=rel_1_6_1_8 install Change to the Evergreen installation directory: - cd /home/opensrf/Evergreen-ILS-1.6.1.5 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 As the root user, change all files to be owned by the @@ -228,7 +228,7 @@ tar xzf Evergreen-ILS-1.6.1.5.tar.gz As the root user, build live-db-setup.pl for the cgi-bin bootstrapping scripts and offline-config.pl for the offline staff client data uploader: -cd /home/opensrf/Evergreen-ILS-1.6.1.5 +cd /home/opensrf/Evergreen-ILS-1.6.1.8 perl Open-ILS/src/support-scripts/eg_db_config.pl --create-bootstrap --create-offline \ --user evergreen --password evergreen --hostname localhost --port 5432 \ --database evergreen @@ -239,7 +239,7 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl --create-bootstrap --create-of cd /openils/var/web/xul/ rm server -ln -s rel_1_6_1_5/server +ln -s rel_1_6_1_8/server @@ -258,6 +258,9 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.1-1.6.1.2-upgrade-db psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.8-upgrade-db.sql evergreen @@ -321,6 +324,9 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.1-1.6.1.2-upgrade-db psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.7-1.6.1.8-upgrade-db.sql evergreen -- 2.11.0