-
Hey Team :)
We're using the image tag `timescale/timescaledb-ha:pg13.16-ts2.15.3` with Patroni and since the last update to that tag (which came with an upgrade to Patroni 4.0.2 and the STOPSIGNAL…
-
## Steps to reproduce
1. Follow tutorial to integrate COS and Charmed PostgreSQL
2. Turn off primary postgresql machine
## Expected behavior
I expect to see only one leader in the dashboard
Th…
-
## Steps to reproduce
~~1. Run backups periodically, every 2 hours.~~ Promote the replica (sync-standby) to primary while it's creating a backup.
## Expected behavior
No connection rejectio…
-
I am testing **pgBackRest** on top a **PostgreSQL cluster managed by Patroni** using a dedicated **pgBackRest repository host** with a **S3 (MinIO) repository type**.
I configured `archive_command`…
-
### What went wrong?
Earthly doesn't create artifact locally, when executing: `earthly +patroni-image`
```
VERSION 0.8
FROM debian:bookworm
patroni-base:
FROM debian:bookworm
GI…
xnull updated
3 weeks ago
-
Hey,
first of all thanks for this project! Really appreciate the time and effort.
I'm kinda stuck though, not really sure how to proceed. I've had a cluster running already, but since we're sti…
-
I'm using ghcr.io/zalando/spilo-15:3.2-p1 (tried also with other versions) and when i try to restore db from WAL backup i have following error:
```
ERROR: schema "public" does not exist
2024-08-23…
-
## Steps to reproduce
1. Prepare a MAAS provider
2. deploy a 3-node cluster
`juju deploy postgresql --base ubuntu@22.04 --channel 14/stable -n 3`
3. Take down the primary and one more uni…
-
Hello @vitabaks,
I'm trying to deploy the cluster with the ansible script, but I keep getting the following error:
```
`fatal: [172.22.134.241]: FAILED! => {"changed": true, "cmd": ["/usr/lib/p…
-
Hi,
I have a use case in which I want to use consul instead of etcd with Patroni. Patroni needs the python dependency "python3-consul" for the Consul integration to work. Would it be acceptable for…