postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

Results 458 postgres-operator issues
Sort by recently updated
recently updated
newest added

Hi, This is a trivial issue for updating the ServiceMonitor example to the currently maintained [postgres_exporter](https://github.com/prometheus-community/postgres_exporter) project image. Thank you! Mario

Add support for pg17 and remove pg12

major

This is essentially the same as https://github.com/zalando/postgres-operator/pull/1308, just current. closes #668

minor

Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** v1.13.0 - **Where do you...

bug
spilo

Here [#2582 ](https://github.com/zalando/postgres-operator/pull/2582) it has been discussed to add a config for deleting secrets globally on operator level. This is very nice and helps greatly. In my case I have...

minor

Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** - ghcr.io/zalando/postgres-operator:v1.13.0 - **Where do...

Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** v1.9.0 - **Where do you...

Environment: kubernetes 1.17.4 rook-ceph as persistent storage provider postgres-operator 1.4.0 installed with helm chart posgresql resource declared as follows: ```apiVersion: "acid.zalan.do/v1" kind: postgresql metadata: name: test-postgres namespace: test spec: teamId:...

spilo

When following the process here https://github.com/zalando/postgres-operator/security to report an issue, via email, the email bounces. Received the following response from Mail Delivery Subsystem Your message to [email protected] has been blocked....

How does one recreate a database? We are semi-often required to recreate the database, how does one `drop database` and force the operator to recreate it? As of right now...