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 243 postgres-operator issues
Sort by recently updated
recently updated
newest added

We currently run pgo ver 4.5.0. We are looking at using istio service mesh. Any advice or recommendations using pgo with service mesh? Do you know if anyone has successfully...

question

(I'm fairly confident I can't already do this, apologies if I missed something). ## Overview The Postgres statistics collector can use a high rate of IO to the disk for...

enhancement
v5

## Overview The metadata exposed on the CRD only applies the metadata labels to the `.metadata` on the `Job` but not its `.spec.template.metadata` of the `Pod` kicked off by the...

backlog

**This is a question** version: v4.6.2 I want to create users with underscores, but **CreateUser** contains those code ``` // NOTE: this is a legacy requirement as the uesrname is...

question
v4

Hi there, I got an interesting behavior and couldn't find a solution online. Appreciate any guide Environment: CrunchyData postgres operator 4.7.4 + openshift 4.6.48 Use case: I have one full...

question
v4

## Overview ### Initial situation Until recently, we had a Postgres operator version 4.7.5 and a Postgres cluster version 13.7 running in our Kubernetes cluster. ### What did we do...

v4

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

I get the following error saying that there is no file `/tmp/nss_wrapper/pgbackrest-repo/passwd` in the `stanza-create` job when trying to deploy a postgres database. Any idea on what to look for...

We occasionally get GH issues raised about (a) about providing instructions to add extensions themselves and (b) adding new extensions to our PG image. Our current (Q4 2023) policy is...

question
extension

in the CrunchyBridgeCluster spec. When specified, PGO will create/update a corresponding Secret and fill with role name, password, and connection URI during the reconcile loop. If role is deleted from...