postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://github.com/zalando/postgres-operator/blob/a081173f26f2d6b7dd6408d7cee8b307fd8e6578/docker/logical-backup/dump.sh#L100 I've set a SCOPE_PREFIX in my operator deployment to "${machine_name}/", so that the path in the bucket is "/spilo/${machine_name}/${postgres_name}/${guid}". However, the logical backups are stored into "/spilo/${postgres_name}/${guid}". The PREFIX...
Using the minimal postgres example and `azurefile-premium` SC, initialization fails with the following message: > creating configuration files ... initdb: error: could not change permissions of "/home/postgres/pgdata/pgroot/data/postgresql.conf": Operation not permitted...
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** Openshift - on-prem cluster - **Are you...
Currently the Postgres Operator is able to manage roles it receives from multiple sources (manifest, infrastructure, teams) within the PostgreSQL instance (https://github.com/zalando/postgres-operator/blob/master/docs/user.md#defining-database-roles-in-the-operator). While this is really quite powerful, we would...
Hi! postgres-operator: v1.8.1 spilo: 2.1-p6 Patroni: 2.1.4 synchronous_mode: true synchronous_mode_strict: true We use "ConfigMap" setup instead of endpoints setup. System: Openshift Are you running Postgres Operator in production? A: Yes,...
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** Kubernetes - **Are you running Postgres Operator...
A `postgres-operator-cluster` helm chart would be useful for creating new Postgres instances via helm and via this operator. This helm chart already [exists](https://artifacthub.io/packages/helm/k8s-at-home/zalando-postgres-cluster) and is created by the k8s at...
My organization is trying to harden our database against datacenter-scale outages, and would like to add zone-based anti-affinity to our database pods. However, it doesn't seem like there is any...
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?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Where do...