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:
Kevin Fenzi 2019-10-18 17:32:40 +00:00 committed by Pierre-Yves Chibon
parent d2fa094677
commit 955db508b1

View file

@ -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 %}