patroni
patroni copied to clipboard
A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
We use Patroni cluster of three hosts, each on its own site, each on its own network. Patroni 2.1.3. Patroni configured to use DCS on pure Raft. The DCS timeout...
If enabled it will allow Patroni to cope with DCS outages. In case of a DCS outage the leader tries to call all remaining members in the cluster via API...
Describe the bug During to initialize Patroni replica server, we got error on pg_basebackup and recovery stop in the beggining or in the middle of process. We have leader and...
In essence, this configuration option will ensure that a Patroni cluster running with a static primary will not demote the master unnecessarily. Transient failures to update the leader lock in...
Patroni defines `connect_address` as the address to use by external applications. However, this address is also used to internal communication and replication. It would be nice to be able to...
Getting the following during the Patroni startup. Replication is not affected. But node is not a candidate for swithchover. ``` localhost:5432 - accepting connections 2022-07-22 12:27:06,229 INFO: Lock owner: db-a;...
Before, the .backup files were always stored in the data directory. However, if there is a distinct configuration directory, it seems logical to put them there. If config_dir is not...
**Describe the bug** 1. Have a primary with `config_dir` outside the data directory 2. Patroni (on startup/restart e.g.) copies `config_dir/postgresql.base.conf` to `PGDATA/postgresql.base.conf.backup` 3. On standby bootstrap, basebackup method streams `postgresql.base.conf.backup`...
**Describe the bug** For context, we are experiencing an issue where Postgres fast shutdown is getting stuck due to an issue where Citus background workers are getting stuck in a...
Hi, I use patroni 2.1.3 and consul 1.12.0 I edited the patroni.yml settings file. But patroni doesn't use the settings in this file. patronictl edit-config and patronictl show-config are empty....