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:
parent
d2fa094677
commit
955db508b1
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue