postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
## Overview At some point backups just stopped working for one of our databases and pgBackRest team doesn't think it's related to them: https://github.com/pgbackrest/pgbackrest/issues/1905 `registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0` `registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1` Sorry for the cross...
## Overview It would be awesome if we could backup & restore the PostgreSQL cluster using a CustomResourceDefinition manifest. ## Use Case We want to create an incremental backup before...
## Questions Hi Team, We have installed Crunchy “Crunchy PostgreSQL for OpenShift- 4.7.5 provided by Crunchy Data” in Openshift Cluster – 4.8.18. We are in the process of upgrade of...
I did a PITR. The recovery pod errored out with "pg_ctl: server did not start in time". I already found #3283 for this. Anyway. I went away and came back...
## Overview The upgrade operator should validate the length of the PGUpgrade name and the PostgreCluster name before starting the upgrade process. Unvalidated this might run into the issue that...
## Overview Related images are pretty cool. Actually, there are only 1 digit version numbers allowed for postgres images. No version numbers are allowed for all other images. It would...
Have an idea to improve PGO? We'd love to hear it! We're going to need some information from you to learn more about your feature requests. Please be sure you've...
Fixes a broken link for Patroni dynamic configuration in the PostgresCluster spec.
Upgrade to a larger version of Postgres and encounter the following error. My environment is PGO: 5.5 deploy/postgresql/crunchydata/postgres-operator:ubi8-5.5.0-0 Postgresql13.9: deploy/postgresql/crunchydata/crunchy-pgbackrest:ubi8-2.41-2 May I ask what the reason is
Hello, I am looking to replicate a table from one PGO cluster to another. For that, I wanted to use Postgres replication slots and [Patroni's dynamic configuration use_slots](https://patroni.readthedocs.io/en/latest/dynamic_configuration.html#dynamic-configuration-settings:~:text=slots%3A%20define%20permanent,with%20PostgreSQL%2011%2B.) to ensure...