mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
postgresql_server: also set hot_standby_feedback or the master might delete rows the standby needs during a pg_dump
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
d2fa094677
commit
955db508b1
@@ -512,4 +512,5 @@ max_wal_senders = 10
|
||||
wal_keep_segments = 100
|
||||
{% elif ansible_hostname.startswith("db-koji02") %}
|
||||
hot_standby = on
|
||||
hot_standby_feedback = on
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user