postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
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...
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...
  I can access zalando from cli:  my config:  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...