User Tools

Site Tools


zzz_archive:upgrading:evergreen:1.6.0.0_to_1.6.0.1

Upgrading Evergreen 1.6.0.0 to 1.6.0.1

  1. Stop Apache.
  2. Stop all Evergreen and OpenSRF services. As the opensrf user:
    osrf_ctl.sh -l -a stop_all
  3. Download and build Evergreen:
    1. As the opensrf user, download and extract the latest version of Evergreen (http://open-ils.org/downloads/Evergreen-ILS-1.6.0.1.tar.gz):
      wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.0.1.tar.gz
      tar xzf Evergreen-ILS-1.6.0.1.tar.gz
    2. As the root user, install the prerequisites. Replace <distribution> below with one of these values for your actual distribution:
      • debian-etch for Debian Etch (4.0)
      • debian-lenny for Debian Lenny
      • ubuntu-hardy for Ubuntu Hardy Heron (8.04)
      • ubuntu-intrepid for Ubuntu Intrepid Ibex (8.10)
        cd /home/opensrf/Evergreen-ILS-1.6.0.1
        make -f Open-ILS/src/extras/Makefile.install <distribution>
    3. As the opensrf user, configure and compile Evergreen:
      cd /home/opensrf/Evergreen-ILS-1.6.0.1
      ./configure --prefix=/openils --sysconfdir=/openils/conf
      make
    4. As the root user, install Evergreen:
      make STAFF_CLIENT_BUILD_ID=rel_1_6_0_1 install
    5. As the opensrf user, update configuration files:
      cd /home/opensrf/Evergreen-ILS-1.6.0.1
      # Build live-db-setup.pl for the cgi-bin bootstrapping scripts
      # and offline-config.pl for the offline staff client data uploader
      sudo perl Open-ILS/src/support-scripts/eg_db_config.pl \
        --create-bootstrap --create-offline --user evergreen --password evergreen \
        --hostname localhost --port 5432 --database evergreen
       
      # Change all files to be owned by the opensrf user/group
      sudo chown -R opensrf:opensrf /openils
  4. Upgrade the database:
    1. NOTE: it is recommended that you back up your Evergreen database in order to restore your data if anything goes wrong
      psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.0.0-1.6.0.1-upgrade-db.sql evergreen
  5. As the opensrf user, copy /openils/conf/oils_web.xml.example to /openils/conf/oils_web.xml (needed for acquisitions templates)
  6. Start all Evergreen and OpenSRF services. As the opensrf user:
    osrf_ctl.sh -l -a start_all
  7. Start Apache.
  8. As the opensrf user, run autogen to refresh the static organizational data files:
    cd /openils/bin
    ./autogen.sh -c /openils/conf/opensrf_core.xml -u
  9. Troubleshooting:

If you run into errors, see: Troubleshooting: Checking for Errors for help finding errors in the log files. You may also ask the evergreen community using the mailing lists. Including error information from the logs will be extremely helpful when seeking assistance.


In some cases, you may upgrade OpenSRF to version 1.2 instead of installing from scratch. To upgrade:

  1. Go to the instructions for installing OpenSRF 1.2 and complete steps 2, 3, (4 I, II, III b) and 5
  2. Restart OpenSRF and test connections using srfsh.
zzz_archive/upgrading/evergreen/1.6.0.0_to_1.6.0.1.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.