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

It would be useful if `pg_autoctl` had a command to change a setting like `max_connections` or `shared_buffers` when streaming replication is set up. We basically need to make sure that...

enhancement

`WaitForEvent` function heavily dependant on `poll.h` include, but in all other places, PostgreSQL uses such include tecnhique: ``` #ifdef HAVE_POLL_H #include #endif ``` If we do define include in such...

enhancement
good first issue
windows support

The support for Citus in pg_auto_failover used to be restricted, and is now being made Open Source. Some of the needed changes include: - Adding a “guard” in the keeper...

enhancement
docs
user experience
Size:L

Hi @DimCitus , 1.6.4 fails to build against v15 rc1. 15.0 is due in 2 weeks. Can you please take a look? Thanks! > pgsetup.c: In function 'pg_setup_get_username': > pgsetup.c:1361:29:...

bug
duplicate
Packaging and CI
release_checklist

Hello, I have been testing a setup with this tool. I have a monitor with 3 nodes connected and have tried to change the number of sync standbys. I run...

### Question Hello, we testing some scenarios using pg_autofailover and Multi-node Architectures. I wanted to use this after reducing the multi-standby cluster to a single-standby node, but I ended up...

Hello, I'm testing pg_auto_failover, et found it very interesting ! I had a strange behavior, that I would like to share with you to get a better understanding. Configuration: -...

Fixes #1018 It looks like it was missed during release process. It looks like there are no changes required to be made in sql update files.

I have existing Citus database worker pairs joined pgautofailover formation with `pg_autoctl create postgres` command using pgautofailover v1.6.3 Now I've upgraded pgautofailover to v2.0. I removed those Citus worker nodes...