postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
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...
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...
## 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...
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...
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...
# 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...
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)...
## 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...
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...
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...