since we are installing db again we need to keep the PG version up to date.
authorAndy Witter <awitter@georgialibraries.org>
Fri, 6 Dec 2019 16:37:01 +0000 (11:37 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Fri, 6 Dec 2019 16:37:01 +0000 (11:37 -0500)
GenaSYS.sh

index 951698f..cde53eb 100755 (executable)
@@ -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 <awitter@georgialibraries.org>"
         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"