mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Update postgres-db-upgrade
Set New Version from 13 to 17 to allow Upgrades
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user