Bump Postgres Version to 10
authorJason Boyer <JBoyer@equinoxOLI.org>
Mon, 14 Feb 2022 13:40:54 +0000 (08:40 -0500)
committerJason Boyer <jboyer@equinoxOLI.org>
Wed, 23 Feb 2022 12:10:09 +0000 (07:10 -0500)
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
installer/stretch/eg_stretch_installer.sh

index 2f7d102..03c76d8 100755 (executable)
@@ -276,7 +276,7 @@ function init_variables {
     echo EVERGREEN_BRANCH=${EVERGREEN_BRANCH}
     OPENSRF_PREREQ_TARGET=debian-stretch
     EVERGREEN_PREREQ_TARGET=debian-stretch
-    EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-stretch
+    EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-stretch-10
     echo OPENSRF_PREREQ_TARGET=${OPENSRF_PREREQ_TARGET}
     echo EVERGREEN_PREREQ_TARGET=${EVERGREEN_PREREQ_TARGET}
     echo EVERGREEN_DB_PREREQ_TARGET=${EVERGREEN_DB_PREREQ_TARGET}