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

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

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

Update the monthly cost calculation by including the load balancer cost. It costs 0.03 per hour per load balancer. Price source: https://aws.amazon.com/elasticloadbalancing/pricing/ Based on issue #1829

I have two instance PostgreSQL Cluster. I created service in Kubernetes to connect with PostgreSQL master instance. I run this command on the master node machine: `` /usr/pgsql-11/bin/psql -d sample...

Hello community, # Some context - **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.6.3 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** OVH Managed...

enhancement
help wanted
good first issue

- **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?** Bare Metal K8s (RKE) - **Are you...

I ran through the getting started guidelines and I ran into an error with the following: `kubectl create -f manifests/postgres-operator.yaml` ` Warning Failed 22m kubelet Failed to pull image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.1":...

technical issue

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...

enhancement

Please, answer some short questions which should help us to understand your problem / question better? allows use ``` etcd_host: etcd.{{ .Release.Namespace }}.svc.cluster.local ``` - **Which image of the operator...

enhancement

Is there a way to run an initialization script that I used to run when using postgres as a statefulset using the lifecycle policy? ``` lifecycle: postStart: exec: command: ["/bin/bash",...

Hello, Similar to #1849 Allow change etcd version. Allow `v2` (default) and `v3` (which are currently supported by Patroni) I'm not agree with the author (of #1849) to bring username...

- **Are you running Postgres Operator in production?** yes - **Type of issue?** question / feature request Hello We are working with the Postgres Operator on K8s clusters which runs...

discussion
patroni