Skip to content
Snippets Groups Projects

Add PostgreSQL 14 builds

Merged Dustin Collins requested to merge add-postgres-14 into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -189,7 +189,7 @@ fi
# This must be false when the opt-in PostgreSQL version is the default for pg-upgrade,
# otherwise it must be true.
ATTEMPT_AUTO_PG_UPGRADE='false'
ATTEMPT_AUTO_PG_UPGRADE="${ATTEMPT_AUTO_PG_UPGRADE:-false}"
# Make sure PostgreSQL is at the latest version.
# If it fails, print a message with a workaround and exit
Loading