-
### What happened?
I have 3 node clusters (2 pg servers & 3 etcd sharing). Recently Primary server faced an issue where server ran out of space on disk where wal files are stored & eventually postgre…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgr…
-
Hello
patronictl -c /etc/patroni/patroni.yml list
2018-08-02 10:18:28,778 - WARNING - Listing members: No cluster names were provided
but cluster runing
-
We have a PgBouncer instance with HAProxy which connects to Postgres.
We have 8 databases configured on PgBouncer and have the following config
```cfg
[databases]
reads_db1=host=haproxy port=5…
-
Would you accept a PR with an amendment to your docker image so that it supports database cluster via Kubernetes operators (such as [CloudNativePG](https://cloudnative-pg.io/))?
The image would nee…
-
Failovers and switchovers using patronis etcdctl ends up with 80% failure because of duplicate IP in the network.
Windows (our case: 3nodes*Windows Server 2022, 2nodes*Postgres) doesnt reactivate or …
-
I have multiple environments such as dev, qa, and UAT . All the environments have two node clusters but pgbackrest host is shared by all.
When I execute the deploy_cluster.yml playbook, the global …
-
**Describe the bug**
postgresql cluster create with cmpd backup restore cluster status always Creating.
**To Reproduce**
Steps to reproduce the behavior:
1. create cluster
```
apiVersion:…
-
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 split …
-
Hello,
I'm trying to build a 2 node cluster on RHEL 8.8.
I run:
`
ansible-playbook install.yml -i inventory.yml`
with:
```
$ cat install.yml
---
- hosts: all
name: Patroni postgre…