-
Hi, I got data file corrupted errors with the log in postgresql-log file :
`ERROR: could not read block xxx in file "base/xxx/xxx": read only 0 of 8192 bytes`
Not all postgres data files were cor…
-
**What happened?**
I am installing a a helm release of the timescale-single on an EKS cluster with amd64 nodes. The values.yaml has `timescaledb_toolkit` in the autoload libraries which has been …
-
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.10.0
- **Where do you run it?** - Bare Metal K8s
- **Are you running Postgres Operator in pro…
-
Hello folks,
I have created a cluster of a master and one replica, the replica suddenly failed and refused to start again. I restarted the pod several times but it didn't start.
postgres-operat…
-
Hi
I have Postgres/patroni cluster with 1 master and 2 slaves. The slaves do not sync from master since some WAL files are missing. How do I force the slaves to sync the database from scratch? (p…
-
PostgreSQL 12 is not supported by Timescale 2.12 and higher (https://docs.timescale.com/self-hosted/latest/upgrades/upgrade-pg/). This means Docker fails to build when I set ALL_VERSIONS to true while…
-
## Steps to reproduce
1.
```
juju deploy postgresql-k8s --trust
juju scale-application postgresql-k8s 3
kubectl delete svc postgresql-k8s-endpoints
```
## Expected behavior
The service is…
-
- Which image of the operator are you using?
registry.opensource.zalan.do/acid/postgres-operator:v1.5.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? [AWS K8s | GCP ... | Bare Me…
-
https://patroni.readthedocs.io/en/latest/releases.html#version-4-0-0
With quite a lot breaking changes
- [x] Wait patroni 4.0 available in [PGDG YUM](https://git.postgresql.org/gitweb/?p=pgrpms.…
Vonng updated
1 month ago
-
### Submission type
- Request for enhancement (RFE)
### Enhancement Description
Currently there is a single way to init or restore standby node via pg_basebackup with [hard-coded…