ansible/roles/postgresql_server/templates
Kevin Fenzi 993fd9f64e postgresql_server / db-koji02: set max_standby_streaming_delay to -1 ( ∞ )
Turns out I had set this on the master (db-koji01) which is ignored.
We need to set it on the standby. With a value of -1, the standby will wait
for conflicting transactions/locks to complete however long it takes.
If this doesn't work to get us a good backup on db-koji02, no harm and we
can try something else.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
..
backup-database Try and make a public anitya dump with the right tables. 2018-10-08 17:41:07 +00:00
cron-backup-database Move postgres backup cron task inside a bash flavored script. 2014-01-13 16:16:27 +00:00
postgresql.conf postgresql_server / db-koji02: set max_standby_streaming_delay to -1 ( ∞ ) 2020-04-24 21:34:14 +02:00
recovery.conf postgresql_server: add missing ' to end of connection statement 2020-04-24 21:34:13 +02:00