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! I want to ask if there is a way to specify requests and limits by default for all containers. I'm struggling to define all resources/limits in my `postgrescluster` CR....

## Questions My case is that I have five components to share the same postgres (installed by crunchy operator). I may choose single DB with separate schema or separate DB....

question

I was trying to install an extension using the postgres-gis ubi8 image.Following is the dockerfile I am using I think there is some issue with the pgxs makefile. ``` FROM...

extension

## Overview Backup job ends in an error ERROR: [082]: WAL segment 000001B000000AF80000009B was not archived before the 60000ms timeout ## Environment Please provide the following details: - Platform: `Kubernetes`...

question

I'm attempting to construct a Dockerfile using the postgres-gis-ubi8 base image. The extension I aim to install is mysql_fdw, a foreign data wrapper allowing PostgreSQL to interact with MySQL. To...

question
extension

**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...

I am having issues connecting to LDAP using TLS. When I am not using TLS in my configuration (port 389 + ldap vs. port 636 + ldaps) I can authenticate...

v5

## Overview Currently the underscore character, `_`, is not allowed in a username due to the [reUsers regex](https://github.com/CrunchyData/postgres-operator/blob/99fc484e6a459c07ebb26c60c27f89b2f702b1df/internal/controller/postgrescluster/postgres.go#L334), currently `^[a-z0-9]([-a-z0-9]*[a-z0-9])?$`. As can be seen a dash, `-`, is currently not...

enhancement
documentation
v5
backlog

## Overview By creating a postgres cluster, a warning event with reason UnableToCreateStanzas is created with following message: command terminated with exit code 49: ERROR: [049]: unable to get address...

question
v5

**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...