File tree 2 files changed +4
-4
lines changed
files/admin_api_scripts/pg_upgrade_scripts
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ LOG_FILE="/var/log/pg-upgrade-initiate.log"
41
41
42
42
POST_UPGRADE_EXTENSION_SCRIPT=" /tmp/pg_upgrade/pg_upgrade_extensions.sql"
43
43
POST_UPGRADE_POSTGRES_PERMS_SCRIPT=" /tmp/pg_upgrade/pg_upgrade_postgres_perms.sql"
44
- OLD_PGVERSION=$( pg_config --version | sed ' s/PostgreSQL \([0-9]*\.[0-9]*\).*/\1/ ' )
44
+ OLD_PGVERSION=$( run_sql -A -t -c " SHOW server_version; " )
45
45
46
46
# Skip locale settings if both versions are PostgreSQL 17+
47
47
if ! [[ " $OLD_PGVERSION " =~ ^17.* && " $PGVERSION " =~ ^17.* ]]; then
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.084 -orioledb"
13
- postgres17 : " 17.4.1.034 "
14
- postgres15 : " 15.8.1.091 "
12
+ postgresorioledb-17 : " 17.0.1.085 -orioledb"
13
+ postgres17 : " 17.4.1.035 "
14
+ postgres15 : " 15.8.1.092 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments