We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9fb88 commit 86c93bdCopy full SHA for 86c93bd
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -429,6 +429,7 @@ $(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
429
--old-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
430
--new-options="-c data_directory=${PGDATANEW}" \
431
--new-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
432
+ --new-options='-c config_file=${TEMP_POSTGRES_CONFIG_PATH}' \
433
--new-options="-c max_slot_wal_keep_size=-1"
434
EOF
435
)
0 commit comments