postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
Hi, i am new here. i see your tags are stopped at [v4.7.10](https://github.com/CrunchyData/postgres-operator/releases/tag/v4.7.10). How can I get a specific version of PGO operator? For example now i want to get...
PGO version: 5.5.1 Postgres version: 13 I have configured my PostgreSQL cluster as a standby which is replicating with the primary through S3 object storage with a simple config option:...
autoCreateUserSchema with postgres user defined in the spec.users causes scrape errors in pgMonitor
## Overview When autoCreateUserSchema is enabled and postgres user is defined in spec.users like ```yaml - name: postgres databases: - postgres options: "SUPERUSER" password: type: AlphaNumeric ``` pgMonitor fails to...
### Environment - Platform: OpenShift - Platform Version: 4.14.7 - PGO Image Tag: 5.5.2 - Postgres Version 15 - Storage: thin-csi (vsan) ##Question I'm running crunchy Postgres 5.5 on openshift...
## Overview Unable to restore backup done by PGO on s3 on another cluster, restore job run multiple times, only first restore job run successfully, other are getting failed. And...
## Environment Please provide the following details: - Platform: Kubernetes - Platform Version: 1.23.7 - PGO Image Tag:ubi8-5.7.3 - Postgres Version 14 - Storage: nfs ## Steps to Reproduce I...
Hello Team, I am closely following this project. I saw a clear version number in postgres-operator latest tutorials document. However, there is no corresponding Branch in the project code. How...
## Overview Given: * A Kubernetes cluster with N availability zones (AZs) * A Postgres Cluster using `quorum` synchronization and num_sync = M * The Postgres Cluster has X nodes,...
I'm unable to use the latest release of the operator (5.7.4) with any older deployments (eg, crunchy-postgres:ubi8-13.10-0) `level=debug msg="changed primary" ... stderr="Usage: patronictl switchover [OPTIONS] [CLUSTER_NAME]\nTry 'patronictl switchover --help' for...
## Overview If you setup a CrunchyDB cluster using an external repo with s3, the Standby Cluster will create this log: `/pgdata/pgbackrest/log/db-archive-get-async.log` that gets updated every time it syncs from...