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 1a70efe commit 0a9fb88Copy full SHA for 0a9fb88
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -427,7 +427,6 @@ $(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
427
--jobs="${WORKERS}" -r \
428
--old-options='-c config_file=${POSTGRES_CONFIG_PATH}' \
429
--old-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
430
- --old-options="-c max_slot_wal_keep_size=-1" \
431
--new-options="-c data_directory=${PGDATANEW}" \
432
--new-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
433
--new-options="-c max_slot_wal_keep_size=-1"
0 commit comments