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

## Overview Add a concise description of what the bug is. ## Environment - Platform: `OpenShift` - Platform Version: unsure, k8s 1.25.12 - PGO Image Tag: ubi8-15.3-0 - Postgres Version...

v5
triaged

This change adds the `ReplicaService` field to the spec that gives users the same configuration options as other services (primary and pgbouncer). **Checklist:** - [ ] Have you added an...

**Checklist:** - [x] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added documentation...

**Checklist:** - [x] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added documentation...

Hi There, The current setting of ulimit stack size is 8MB in crunchy postgres pod. Is there any easy way to set this value to a larger one (16MB) ```...

I am planning to setup pgbouncer in kubernetes and my postgresql is hosted in aws RDS is it possible to setup using this operator?

## Overview Create cluster with long name `unsupervised-shared-usecase-postgres-restore`. In our case we where creating a restore. The restore completes fine but non of the stateful sets are able to ```...

enhancement
documentation
v5

I upgraded PGO 5.3.0 to 5.5.0. I added PG13 to PGO's values.yaml as I still have some PG13 instances (and PG13 is still officially supported): ``` ... postgres_13: image: /crunchy-postgres:ubi8-13.9-2...

PGUpgrade enables in-place upgrades with pg_upgrade. Both PG software versions old/new have to be installed in the image. Question: How can i find which PGUpgrade image supports with PG versions?...

I deployed PGO 5.5.0 and found pgAdmin4 (Cluster scoped) is not working with PG15 and PG16. Error Message: 'ServerManager' object has no attribute 'user_info' Seems this is related to the...

enhancement