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

Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.

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

Hello Team, We are trying to upgrade our postgresql version from PSQL 14 to PSQL 16 using logical replication. Below is our setup details and steps we are using: 1....

Please ensure you do the following when reporting a bug: - [ ] Provide a concise description of what the bug is. - [ ] Provide information about your environment....

## Problem Hi, i need to scale my replica from 2 to 3 pods. but, the 3rd read replica wont running. and it always stuck on `1/2` `Running` state If...

Have an idea to improve PGO? We'd love to hear it! We're going to need some information from you to learn more about your feature requests. Please be sure you've...

triaged
pgadmin

## Overview I'm unable to get the backup to S3 to work with a service account and IAM role (IRSA). ## Environment - Platform: OpenShift (ROSA) - Platform Version: 4.14.x...

## Overview I get an error when I try to manually add the postgres-operator.crunchydata.com_postgresclusters CRD. The error is "The CustomResourceDefinition "postgresclusters.postgres-operator.crunchydata.com" is invalid: metadata.annotations: Too long: must have at most...

Have an idea to improve PGO? We'd love to hear it! We're going to need some information from you to learn more about your feature requests. Please be sure you've...

enhancement

Hi, I try to get the automatic creation of user schemas working, but somehow it doesn't work :( I followed these articels/docs: * [Automatically Creating Per-User Schemas](https://access.crunchydata.com/documentation/postgres-operator/latest/tutorials/basic-setup/user-management#automatically-creating-per-user-schemas) * https://www.crunchydata.com/blog/be-ready-public-schema-changes-in-postgres-15 Steps...

## Overview I installed the PostgreSQL cluster c1 in dev-c1 namespace on an OpenShift environment. Recently, OpenShift was upgraded from version 4.12 to 4.14. After the upgrade, I restored data...

In some cases we will GRANT a role to another role that has the INHERIT option. I'm not seeing in the docs how to do this. So if this isn't...