postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
I have two pod in kubernetes, postgres-service-0 and postgres-service-1. First postgres-service-1 is master. After PostgreSQL master-slave failover, Application client connection PostgreSQL error:"pg: cannot set transaction read write mode during recovery"....
- registry.opensource.zalan.do/acid/postgres-operator:v1.10.1 - Kubernetes [Bare Metal K8s] - **Are you running Postgres Operator in production?** [yes] - **Type of issue?** [question]
New pooler version with arm support. It lives in a new registry which allows for multi-arch images. This PR also updates the operator debug dockerfile and base image for ui...
*The multiarch image build has been performed successfully (locally) in an Intel Ubuntu 22.04 container. *A recent version of the image has been tested on a production ppc64le Openshift cluster.
I am currently testing the operator and running Minio for S3 storage. I managed to do the logical backup with TLS disabled on Minio and it works fine. However, i...
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.10.1 - **Where do you...
Is Citus supported in postgres-operator the way it is supported by patroni?
Updating parameter in CRD but nothing applied, only max_standby_archive_delay and max_standby_streaming_delay ``` postgresql: parameters: max_connections: '300' shared_buffers: '80MB' max_standby_archive_delay: "900" max_standby_streaming_delay: "900" timescaledb.max_background_workers: "64" version: "15" ``` ``` postgres-operator-8595fcf9bc-c47r4 postgres-operator...
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.10.1 - **Where do you...
Fix #2464