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

Have an idea to improve PGO? We'd love to hear it! We're going to need some information from you to learn more about your feature requests. Please be sure you've...

Add support for propagating PostgresCluster metadata (labels and annotations) to the root CA certificate secret. This allows users to apply custom labels and annotations defined in the cluster spec to...

## Overview The Root CA certificate secret does not inherit metadata (labels and annotations) from the PostgresCluster spec, preventing the application of custom labels and annotations. ## Environment - Platform:...

I installed the operator and created a cluster named 'master' with basically default configuration: ``` apiVersion: postgres-operator.crunchydata.com/v1beta1 kind: PostgresCluster metadata: name: master namespace: persistence spec: config: postgresVersion: 16 instances: -...

(base) raphy@raohy:~/.talos/crunchy$ nano pgo-pv-worker-1.yaml # https://github.com/rancher/local-path-provisioner/blob/master/examples/pvc-with-local-volume/pvc.yaml apiVersion: v1 kind: PersistentVolume metadata: name: pgo-pv-worker-1 namespace: postgres-operator annotations: volumeType: local spec: storageClassName: local-storage-pgo local: path: /var/local-path-provisioner capacity: storage: 10Gi volumeMode: Filesystem accessModes:...

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

Please ensure you do the following when reporting a bug: ## Overview Unable to recover from full backp stored in S3. ## Environment Please provide the following details: - Platform:...

Hi, I created a database like this ``` users: - name: step-ca databases: - stepca options: 'SUPERUSER' ``` I got this random password here ``` Lgrd}oKjF287_nUn6,=s

bug

Please ensure you do the following when reporting a bug: - [x] Provide a concise description of what the bug is. - [x] Provide information about your environment. - [x]...

Description: We are running OpenShift Container Platform 4.17 and have deployed the certified CrunchyData PostgreSQL Operator (PGO) version 5.8.2 from the OperatorHub. After configuring a PostgresCluster custom resource, we observe...