From f51f285d49ccae0d35749c423a8a3a2912a4134d Mon Sep 17 00:00:00 2001 From: I539231 Date: Fri, 22 Mar 2024 14:31:17 +0100 Subject: [PATCH] WIP --- jobs/postgres/templates/pgconfig.sh.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jobs/postgres/templates/pgconfig.sh.erb b/jobs/postgres/templates/pgconfig.sh.erb index 84a50fa2..f4d8a777 100644 --- a/jobs/postgres/templates/pgconfig.sh.erb +++ b/jobs/postgres/templates/pgconfig.sh.erb @@ -12,6 +12,13 @@ pgversion_current=$(ls /var/vcap/packages | grep postgres-${current_version}.* | JOB_DIR=/var/vcap/jobs/postgres PACKAGE_DIR="/var/vcap/packages/${pgversion_current}" STORE_DIR=/var/vcap/store + +//TODO Find a solution to handle the case + +//TODO Do you think it should be possible to specify the used minor version of PostgreSQL in this new feature? +//TODO Do you think we still need the minor version update? +//TODO Shouldn't this be done automatically by using a new blob/release version? + PG_STORE_DIR=${STORE_DIR}/postgres VERSION_FILE=${PG_STORE_DIR}/POSTGRES_DATA_VERSION