From 8f3405b55be0c357ad88991a53ad60fd56fd743f Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Wed, 16 Feb 2011 14:30:18 -0500 Subject: [PATCH] Fix Upgrading from review by Ben Shum. --- 2.0/admin/Upgrading-Evergreen-2.0.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index 68c9f69dc8..324957db04 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/admin/Upgrading-Evergreen-2.0.xml @@ -15,7 +15,7 @@ PostgreSQL: Version 8.4 is the minimum supported version of PostgreSQL. Linux: Evergreen 2.0 has been tested on Debian Squeeze (6.0) and Ubuntu Lucid Lynx (10.04). If you are runnung an older version of these distributions, - you may want to upgrade befor installing Evergreen 2.0. For instructions om upgrading these distribuitions, visit the + you may want to upgrade befor installing Evergreen 2.0. For instructions on upgrading these distributions, visit the Debian or Ubuntu websites. In the following instructions, you are asked to perform certain steps as either the root or @@ -154,9 +154,12 @@ srfsh#
Upgrade <application>Evergreen</application> from 1.6.1 to 2.0 - 8.4 is the minimum supported version of PostgreSQL. Evergreen 2.0 has been tested on Debian Squeeze (6.0) and Ubuntu Lucid (10.04). If you are runnung an older version of - these distributions, you may want to upgrade befor installing Evergreen 2.0. For instructions om upgrading these distribuitions, visit the - Debian or Ubuntu websites. + + PostgreSQL 8.4 is the minimum supported version of PostgreSQL. + Evergreen 2.0 has been tested on Debian Squeeze (6.0) and Ubuntu Lucid (10.04). If you are runnung an older version of + these distributions, you may want to upgrade befor installing Evergreen 2.0. For instructions on upgrading these distribuitions, visit the + Debian or Ubuntu websites. + As the opensrf user, download and extract Evergreen 2.0 @@ -238,8 +241,8 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.0-2.0.1-upgrade-db.sql As the opensrf user, copy /openils/conf/oils_web.xml.example to /openils/conf/oils_web.xml + . (If upgrading from 1.6.1.x, oils_web.xml should already exist.) configuration filesoils_web.xml - (needed for acquisitions templates). cp /openils/conf/oils_web.xml.example /openils/conf/oils_web.xml @@ -249,6 +252,8 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.0-2.0.1-upgrade-db.sql cp /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml configuration filesopensrf_core.xml cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml + Copying these configuration files will remove any customizations you have made to them. Remember to redo your customizations after copying + them. Update opensrf.xml with the database connection info: @@ -269,12 +274,12 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config --service all Update /etc/apache2/sites-available/eg.conf by copying the example from Open-ILS/ examples/apache/eg.conf.configuration fileseg.conf - - Recover customizations you have made to the ApacheApache - configuration files. For example, if you purchased an SSL certificate, you + + Copying these Apache configuration files will remove any customizations you have made to them. Remember to redo your customizations after copying + them. For example, if you purchased an SSL certificate, you will need to edit eg.conf to point to the appropriate SSL certificate files. SSLcertificates - +
-- 2.43.2