Mateusz Prais

Results 21 comments of Mateusz Prais

The documentation regarding regarding fault tolerance, failover behaviour and settings that you can tweak is pretty extensive and available here: https://pg-auto-failover.readthedocs.io/en/main/fault-tolerance.html https://pg-auto-failover.readthedocs.io/en/main/failover-state-machine.html https://pg-auto-failover.readthedocs.io/en/main/ref/configuration.html You probably shouldn't be switching over a...

You may also want to have a look at Patroni-based solution like: https://github.com/vitabaks/postgresql_cluster

I may be a little rusty, as it was a long time since I've experienced multiple node failure in pg_auto_failover clusters, but in the last 4 years of running both...

I was able to reproduce this behaviour when running the command on the monitor node. When run on the "worker" node, the command works as expected: ``` $ pg_autoctl set...

Maybe instead of pg_cron, configure `idle_session_timeout` to some value like a few hours or days.

We didn't observe this leak on Ubuntu 20.04 and Ubuntu 22.04 over the past 3 years with multiple clusters running. @MiroslavDanek Have you checked if you maybe have some HardwareCorrupted...

Hi, I'm encountering a similar issue Do you have any other mods installed? Full list would certainly help :) I've had this crash occur as well, but it seems to...