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

## Overview I create 2 clusters with a helm chart, using a yaml template. I create users using the `users:` in the yaml in both times. I found out that...

v5

Hi, does high availability postgreSQL clusters support `hostpath` storage like etcd storage? For example, there have three nodes to setup HA cluster, and every node uses its local path as...

question

Hello, I was wondering how to create a database with initdb args `--lc-collate=C` and `--lc-ctype=C`, which are required by Matrix Synapse. I see nothing in the CRD reference for patroni...

enhancement
v5
triaged
backlog

I wasn't sure if this counted as a bug or a feature request, so forgive the blank issue. While configuring PGO for the first time (using version 5.0.4 of the...

question
v5

## Overview Setting up backups in my cluster fails with "unable to create stanza" errors. ## Environment - Platform: Kubernetes - Platform Version: 1.19 - PGO Image Tag: ubi8-5.0.0-0 -...

question
v5

## Overview I would like to have separate PgBouncer instances which point to different services: `primary` and `replica` (read-only). As of now `ubi8-5.0.4-0`, there is only one instance which points...

enhancement
v5
backlog

- Provide a concise description of what the bug is. starting a new cluster fails due to `runAsNonRoot` without relevant `runAsUser` `securityContext` parameter. Specifically, a `kubectl describe pod` on the...

## Overview When using the databaseInitSQL (as documented [here](https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/customize-cluster/)) feature, it is not obvious to the user whether the SQL actually executed successfully. There can be errors that are sent...

v5

We are having a major problem with one of our clusters, we lost the ability to restore it. We did have full s3 backup to use. We tried the pgo...

question
v4

Hello, I have a postgres DB created by Crunchydata operator (postgresoperator.v5.0.4) deployed to an Openshift OKD 4.9 cluster. I'm getting this error occasionally from the clients: ``` Failed to parse...

v5
triaged