pg_auto_failover icon indicating copy to clipboard operation
pg_auto_failover copied to clipboard

Postgres extension and service for automated failover and high-availability

Results 116 pg_auto_failover issues
Sort by recently updated
recently updated
newest added

change Pipfile to solve dependency problems for docker

This PR is a result of the discussion found in #539 and should be considered as part one in a series or future PRs. * What is a dynamic service?...

enhancement

We want to build a HA setup, using PG-Autofailover as the monitor & and employ multi-host connection strings to connect to the primary (writable) database from the client. Now we...

I can't seem to find a postgres 13 package for 1.4 on Ubuntu 18.04. I am using the deb.sh file at https://install.citusdata.com/community/deb.sh to setup package sources.

question

Why do these two states have two connecting arrows, between "Caught Up" and "Failing Over" ![image](https://user-images.githubusercontent.com/4889213/103186543-e885b500-48fb-11eb-8e00-07d060e57dd9.png)

docs

Version: 1.4.0 If we inject a network corruption between the primary and secondary, the monitor doesn't update the nodes' state. So, the primary still tries to synchronize its WAL records...

Rewrite `test_014` to exercise a "simultaneous" add/drop situation, which leads to a hung FSM. This does not fix the problem, just expose it. See #482 for full details. One additional...

Fixes #270 With this PR, we suggest to treat the monitor database as an internal/embedded database for pg_auto_failover. To do that, we do few things: - Ignore PGHOST env. variable...

Right now the only way to run pg_auto_ctl is to completely trust the node it runs on, because any connection made from "localhost" is allowed to authenticate using "trust". Even...

bug