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.11.0 - **Where do you...
Reading the values.yaml from the Helm chart: ``` configGeneral: # the deployment should create/update the CRDs enable_crd_registration: true ``` makes me think, that a Helm upgrade would upgrade the CRDs....
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** - v1.10.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?** ghcr.io/zalando/postgres-operator:v1.12.2 - **Where do you...
- **Operator Version?** - ghcr.io/zalando/postgres-operator:v1.8.2 - **Where do you run it - cloud or metal?** Bare-metal K8s - **Type of issue?** Bug Report Hi, I saw that one of the...
Fixes #2227 Currently custom environment variables are added after _most_ generated envs but notably before `WAL_BUCKET_SCOPE_SUFFIX` and `_PREFIX`. This means that referencing one of these values from a custom env...
Would it be possible to add https://github.com/IvorySQL/IvorySQL support to the operator? Or is that already somehow possible to use it as a replacement?
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.13.0 ghcr.io/zalando/postgres-operator:v1.14.0 - **Where...
`aws s3 cp` needs `--sse-c` and `--sse-c-key` args work with SSE-C. `LOGICAL_BACKUP_S3_SSE_C` and `LOGICAL_BACKUP_S3_SSE_C_KEY` was added to the backup script. These new variables can be passed to logical_backup using `logical_backup_cronjob_environment_secret`.
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.13.0 ghcr.io/zalando/postgres-operator:v1.12.2 - **Where...