Skip to content

Commit 86c93bd

Browse files
committed
fix: temp config on new-options too
1 parent 0a9fb88 commit 86c93bd

File tree

1 file changed

+1
-0
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-0
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ $(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}' \
432433
--new-options="-c max_slot_wal_keep_size=-1"
433434
EOF
434435
)

0 commit comments

Comments
 (0)