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

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-operator:v1.8.2 - **Where do you...

This change will allow to immediately discard invalid values when parsing a logicalBackupSchedule string. Previously used regular expression `^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$` may pass invalid values to cron, like `"00 03 * *...

If I delete a database, resources created by it (services, statefulsets, etc.) should be deleted automatically. This can be easily implemented by adding the Postgres resource as an `ownerReference` (with...

enhancement
discussion

First approach to support password rotation for system users except `postgres` superuser. The tricky part: We can make the operator change the password, but the pods have to be replaced...

After upgrading `1.4 -> 1.5` my cluster couldn't init. I've checked that certs are mounted into container, and I'm able to read them as a root user. Not sure where...

bug
spilo
v1.5

![image](https://user-images.githubusercontent.com/22811935/122854446-f31a8780-d33d-11eb-9c80-f54cfe2f7923.png) ![image](https://user-images.githubusercontent.com/22811935/122854515-07f71b00-d33e-11eb-9642-27fbe7327502.png) I can access zalando from cli: ![image](https://user-images.githubusercontent.com/22811935/122854637-370d8c80-d33e-11eb-9d18-7834235ee244.png) my config: ![image](https://user-images.githubusercontent.com/22811935/122854685-468cd580-d33e-11eb-90e2-ed43f2ae7da7.png) Please help, Thank you

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-operator:v1.8.2 - **Where do you...

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-operator:v1.8.2 - **Where do you...

Hi, I have created a single instance database which works flawlessly, even the wal backup to backblaze S3 works. Unfortunately I have not been able to restore (clone) the database...