From 7e3a32056459ed3b2f1d79262b2c696e47d4543c Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Mon, 14 Feb 2022 08:40:54 -0500 Subject: [PATCH] Bump Postgres Version to 10 Signed-off-by: Jason Boyer --- installer/stretch/eg_stretch_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 2f7d1026a..03c76d861 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -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} -- 2.11.0