Both sides previous revisionPrevious revisionNext revision | Previous revision |
zzz_archive:upgrading:1.2.2.1_to_1.2.2.2 [2018/04/24 16:43] – ↷ Page moved from upgrading:1.2.2.1_to_1.2.2.2 to zzz_archive:upgrading:1.2.2.1_to_1.2.2.2 dbwells | zzz_archive:upgrading:1.2.2.1_to_1.2.2.2 [2022/02/10 13:34] (current) – external edit 127.0.0.1 |
---|
su - opensrf | su - opensrf |
/openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a stop_all</code> (You may have to change the paths to match your installation.) | /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a stop_all</code> (You may have to change the paths to match your installation.) |
- Perform the [[:server installation]] steps relevant to your platform; typically you can skip the prerequisites and go directly to the section that includes ''make config'' and ends with ''make install''. **__WARNING__:** You will **DESTROY your Evergreen database** if you supply 'openils_all evergreen_core' for the Build_targets part of 'make config'. Instead, use the following Build_targets: <code>openils_core openils_web openils_reporter openils_client_xul openils_server_xul evergreen_core</code> | - Perform the [[zzz_archive:server_installation]] steps relevant to your platform; typically you can skip the prerequisites and go directly to the section that includes ''make config'' and ends with ''make install''. **__WARNING__:** You will **DESTROY your Evergreen database** if you supply 'openils_all evergreen_core' for the Build_targets part of 'make config'. Instead, use the following Build_targets: <code>openils_core openils_web openils_reporter openils_client_xul openils_server_xul evergreen_core</code> |
- Start Evergreen: <code>sudo -u opensrf /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_router | - Start Evergreen: <code>sudo -u opensrf /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_router |
sudo -u opensrf /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_perl | sudo -u opensrf /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a start_perl |
=====Database Schema Upgrade===== | =====Database Schema Upgrade===== |
| |
Two changes to the database, support for importing circ counts from a legacy ILS and improved search term normalization for date ranges, have been added. To facilitate these changes an SQL upgrade script is supplied with the Evergreen source distribution. Database upgrade procedures for version 1.2.2.1 must be in place before running this script. Instructions for upgrading from 1.2.2.1 and before can be found [[upgrading:1.2.2.0_to_1.2.2.1|here]]. | Two changes to the database, support for importing circ counts from a legacy ILS and improved search term normalization for date ranges, have been added. To facilitate these changes an SQL upgrade script is supplied with the Evergreen source distribution. Database upgrade procedures for version 1.2.2.1 must be in place before running this script. Instructions for upgrading from 1.2.2.1 and before can be found [[zzz_archive:upgrading:1.2.2.0_to_1.2.2.1|here]]. |
| |
These instructions assume that PostgreSQL is running on the local machine, there is a database called 'evergreen', a database user called 'evergreen' and a database password of 'password'. Modify these settings as required. | These instructions assume that PostgreSQL is running on the local machine, there is a database called 'evergreen', a database user called 'evergreen' and a database password of 'password'. Modify these settings as required. |
| |
=====More 1.2.2.2 information===== | =====More 1.2.2.2 information===== |
* [[:feature_list_1_2_2|1.2.2 feature summary]] | * [[history:feature_list_1_2_2|1.2.2 feature summary]] |
* [[http://open-ils.org/downloads.php|Download an Evergreen 1.2.2 release]] | * [[http://open-ils.org/downloads.php|Download an Evergreen 1.2.2 release]] |
* [[http://open-ils.org/downloads/ChangeLog-1.2.2.1-1.2.2.2|Subversion change log for 1.2.2.2]] | * [[http://open-ils.org/downloads/ChangeLog-1.2.2.1-1.2.2.2|Subversion change log for 1.2.2.2]] |
| |