Skip to content

Commit 0a9fb88

Browse files
committed
fix: do not need max_slot_wal_keep_size on old version
1 parent 1a70efe commit 0a9fb88

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ $(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
427427
--jobs="${WORKERS}" -r \
428428
--old-options='-c config_file=${POSTGRES_CONFIG_PATH}' \
429429
--old-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
430-
--old-options="-c max_slot_wal_keep_size=-1" \
431430
--new-options="-c data_directory=${PGDATANEW}" \
432431
--new-options="-c shared_preload_libraries='${SHARED_PRELOAD_LIBRARIES}'" \
433432
--new-options="-c max_slot_wal_keep_size=-1"

0 commit comments

Comments
 (0)