File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
files/admin_api_scripts/pg_upgrade_scripts Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,6 @@ $(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
429429 --old-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES} '" \
430430 --new-options="-c data_directory=${PGDATANEW} " \
431431 --new-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES} '" \
432- --new-options='-c config_file=${TEMP_POSTGRES_CONFIG_PATH} ' \
433432 --new-options="-c max_slot_wal_keep_size=-1"
434433EOF
435434 )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " 17.0.1.078-orioledb-upgrade-7 "
13- postgres17 : " 17.4.1.028-upgrade-7 "
14- postgres15 : " 15.8.1.085-upgrade-7 "
12+ postgresorioledb-17 : " 17.0.1.078-orioledb-upgrade-8 "
13+ postgres17 : " 17.4.1.028-upgrade-8 "
14+ postgres15 : " 15.8.1.085-upgrade-8 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments