top | item 19870658

(no title)

htn | 6 years ago

One option for automated health monitoring and failover is pglookout: https://github.com/aiven/pglookout

discuss

order

Izkata|6 years ago

We use this, pgbouncer, and a bash script to link the two, for completely automated failover.

Queries done through pgbouncer just pause as if the query is really really slow when the db goes down, then when pglookout does the failover, the bash script switches pgbouncer's config and those pending queries are sent immediately.