Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal committed Apr 14, 2024
1 parent e98a920 commit f51f285
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jobs/postgres/templates/pgconfig.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51f285

Please sign in to comment.