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

I found that the default postgres_exporter configuration only scrapes the "postgres" database (_auto-discover-databases=false_). Setting _auto-discover-databases=true_ would scrape metrics for _**all**_ databases per postgres_exporter documentation. I could not find a possiblity...

enhancement
v5
triaged
backlog

Missing libraries in the upgrader image ## Overview Upon attempting to upgrade a cluster from postgres version 13 to version 14 wherein the cluster there is a database with the...

enhancement
v5
triaged
backlog

## Overview Crunchy Data recommends leaving a proportional amount of space free on disk. However it's currently a manual process to monitor disk consumption and modify the `PostgresCluster` spec to...

enhancement
triaged
backlog

Please ensure you do the following when reporting a bug: - [ ] Provide a concise description of what the bug is. Primary & Replicas continuously restarting in postgresql operator...

triaged

I want to set environment variable PATRONI_LOG_LEVEL on all PostgreSQL pods created by the Crunchydata PGO 5.1.2 on Kubernetes. If I edit the pod directly and add the following it...

enhancement
v5
triaged
backlog

# Overview & why I'm using Velero to create backups of the pgbackrest volume created by PGO. This is done by setting the annotation on the pod which uses this...

enhancement
v5
triaged
backlog

I have installed pgo 4.7 and created a cluster as such: ``` $ pgo -n pgo-4-7-0 show cluster pgo-osb-management cluster : pgo-osb-management (crunchy-postgres-ha:centos8-11.12-4.7.0) pod : pgo-osb-management-59478c7785-6pxd6 (Running) on k3d-abn-mirror-agent-1 (2/2)...

bug
v5
v4

## Overview I am testing Crunchy Postgres database backup on Openshift, and I found there are 2 results I do not understand. (1) Multiple backup Pods were started and some...

triaged
backlog

Hello. I use postgres operator v5. It looks like WAL logs of the database growing rapidly. Can we apply retention to WAL logs? Like storing WAL logs from 10 days...

question
v5

To get the context: I have PGO v5.0.3 installed on a GCP kubernetes cluster with 3 nodes (1 primary & 2 replicas). Today we got an issue where one of...

triaged