Update postgres-db-upgrade

Set New Version from 13 to 17 to allow Upgrades
This commit is contained in:
supaeasy
2025-05-23 20:27:03 +02:00
committed by Oliver Günther
parent c28650b20c
commit ad5c1ea397
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
set -o pipefail
CURRENT_PGVERSION="$(cat $PGDATA/PG_VERSION)"
NEW_PGVERSION="13"
NEW_PGVERSION="17"
if [ "$CURRENT_PGVERSION" == "$NEW_PGVERSION" ]; then
echo "Current and new postgres version are identical. Aborting."