Skip to content

Add max_standby_archive_delay and max_standby_streaming_delay for postgresql

username-removed-29582 requested to merge add_pgsql_standby_streaming_delay into master

This is used whenever you want to make backups from your postgresql streaming replication node, if you don't set the delay it will kill the backup after 30 seconds. This is normal behavior since streaming will be on hold during the backup (pg_dump) and will continue after it's finished.

Merge request reports