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

Hello! AWS Graviton2 instances are becoming more tempting and after testing Postgres on them, we'd like to deploy ARM nodes. I did found an article on your site regarding ARM...

enhancement

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

This question is the one following those questions. https://github.com/CrunchyData/postgres-operator/issues/2604 https://github.com/CrunchyData/postgres-operator/issues/2617 For PGO 4, I think we can track it with Git tags. But based on the above issues, I think...

## Overview I have a full and incremental backup schedule defined for a postgres cluster. I consistently see more then one job get scheduled, causing the namespace to be filled...

triaged
backlog
responded

We have a 3 node kubernetes cluster and deployed these examples in a namespace. ( PGO was deployed in namespace and not clusterwide ) This was deployed using steps shared...

v5

## Overview As of now, the `Pod` is considered healthy despite the fact that query shows that the database is not in sync therefore the Kubernetes `Service` routes traffic to...

v5
triaged

## Overview #2807 provided a way to set a password for a user using `kubectl patch`. But there doesn't seem to be a way to do this declaratively in my...

enhancement
v5
backlog

In the release notes of PGO v5.1.1 there is note: [PostgreSQL](https://www.postgresql.org/) versions 14.3, 13.7, 12.11, 11.16, and 10.21 are now available. link: https://access.crunchydata.com/documentation/postgres-operator/v5/releases/5.1.1/ Where can I find image for crunchy-postgres:ubi8-12.11-0...

PGO uses UTC timezone by default. We can easily change this in the database with the parameters "timezone" + "log_timezone". However. All files outside the database would still use UTC....

## Questions Before using this operator, I wonder if it possible to use an external credential manager. I am using the External Secret Operator but it can be anything another...