bypass backports check for installing db and update PG_VER to 10
authorAndy Witter <awitter@georgialibraries.org>
Wed, 4 Dec 2019 18:43:38 +0000 (13:43 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 4 Dec 2019 18:43:38 +0000 (13:43 -0500)
templates/setup-vars

index 593792d..d5e48e8 100755 (executable)
@@ -3,10 +3,11 @@
 ### Evergreen Version
 EG_VER="_EGVER"
 ### Postgres Version
-PG_VER="9.5"
+PG_VER="10"
 ### GenaSYS Version
 VERSION="_GENVER"
 
+PKG_SET="0" # put this here for now to bypass the backport set for db install
 
 ### Setup colors.
 ### Normal colors.