-
Please ensure you do the following when reporting a bug:
- [ ] Provide a concise description of what the bug is.
- [ ] Provide information about your environment.
- [ ] Provide clear steps to rep…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-op…
-
I'm not sure whether this is a feature request or a support request, but given that the recommended approach for GKE doesn't work, and I can't find docs about it, and it seems it's only configurable v…
-
I have a standalone postgresql database that runs on one cloud data center, Now I deployed postgesql cluster on another data center, and my task is to transfer the database to the cluster. How can I t…
-
I set up a patroni cluster and use vip-manager to bind VIP to the leader node.
`2: enp0s3: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:00:27:85:3a:ab brd ff:ff:ff:…
-
Is it possible to connect to several hosts (one master and replicas) from ConnectionPool (interface like libpq provides)?
I mean the following: https://www.postgresql.org/docs/current/static/libpq-…
-
The current KV api is nice and simple for getting values:
```python
>>> etcd.get("/key")
b"some-value"
```
It doesn't allow for retrieving the metadata about keys, however.
We need to figure…
-
### What happened?
I am able to switchover from leader to standby
but when I stop the patroni service on leader patroni switchover the role from leader to standby and starts the leader node but …
-
Please provide the following information when submitting an issue (feature requests or general comments can skip this):
1. pgBackRest version:2.49
2. PostgreSQL version:15.5
3. Operating syst…
-
## Steps to reproduce
1. `juju deploy s3-integrator`, and configure it
2. `juju deploy postgresql --channel edge --config profile=testing -n 3`
3. `juju integrate postgresql s3-integrator`
4…