From e35f6692fe6ee5c8743f63b972ae3ee4dd7f8eef Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Nov 2022 18:43:52 -0500 Subject: [PATCH] more updates to the server upgrade Signed-off-by: Galen Charlton --- docs/modules/installation/pages/server_upgrade.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/installation/pages/server_upgrade.adoc b/docs/modules/installation/pages/server_upgrade.adoc index 71fb025213..02007bb587 100644 --- a/docs/modules/installation/pages/server_upgrade.adoc +++ b/docs/modules/installation/pages/server_upgrade.adoc @@ -105,7 +105,7 @@ can supply `STAFF_CLIENT_STAMP` during the `make install` step like this: [source, bash] ------------------------------------------------------------ cd /home/opensrf/Evergreen-ILS-3.10.0 -make STAFF_CLIENT_STAMP_ID=rel_3_10_rc install +make STAFF_CLIENT_STAMP_ID=rel_3_10_0 install ------------------------------------------------------------ + . As the *root* user, change all files to be owned by the opensrf user and group: @@ -122,7 +122,7 @@ chown -R opensrf:opensrf /openils ------------------------------------------------------------ cd /openils/var/web/xul/ rm server -ln -sf rel_3_10_rc/server server +ln -sf rel_3_10_0/server server ------------------------------------------------------------ + . As the *opensrf* user, update opensrf_core.xml and opensrf.xml by copying the -- 2.11.0