From adb9dd0af6f30517a39cfe01446d606fdf952f0e Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Fri, 6 Dec 2019 11:37:01 -0500 Subject: [PATCH] since we are installing db again we need to keep the PG version up to date. --- GenaSYS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 951698f..cde53eb 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -25,7 +25,7 @@ PURPOSE_="Generate config files needed for Evergreen-ILS Cluster" SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" - VERSION_="2.02" + VERSION_="2.03" DATE_="2010-11-23; last update: 2019-12-03" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" @@ -54,6 +54,7 @@ done WD=$(dirname $(readlink -f $0)) CUSTOMDIR="$WD/custom" EG_VERSION="3.4.1" +PSQL_VERSION="10" UBUNTU_CODENAME="xenial" LICENSE="$WD/License.txt" TEMPLATEDIR="$WD/templates" @@ -75,7 +76,6 @@ TMPNAGIHOSTS="${TMPFOLDER}/hosts.cfg" TMPMUNINCONF="${TMPFOLDER}/munin.conf" TMPGLUSTERNODES="${TMPFOLDER}/gluster_nodes.txt" TMPGLUSTERCLIENTS="${TMPFOLDER}/gluster_clients.txt" -PSQL_VERSION="9.3" [ -z $CONFIG_FILE ] && CONFIG_FILE="$WD/genasys.conf" NEW_CONFIG_FILE="$OUTDIR/genasys.conf" CERT_DIR="${OUTDIR}/ssl_cert" -- 2.11.0