ansible/roles/postgresql_server
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
..
files postgresql-server: sadly, "all" doesn't match replication, that has to be seperate. 2020-04-24 21:34:13 +02:00
handlers Migrate a bunch of things to roles. Thanks to misc! 2013-08-19 20:12:26 +00:00
tasks postgresql_server: Fix spelling mistake 2020-04-24 21:34:13 +02:00
templates postgresql_server / db-koji02: set max_standby_streaming_delay to -1 ( ∞ ) 2020-04-24 21:34:14 +02:00