postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
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...
…not supported in k8s versions earlier than 1.29 **Checklist:** - [ ] Have you added an explanation of what your changes do and why you'd like them to be included?...
Bumps the go-dependencies group with 4 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega), [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/tools](https://github.com/golang/tools). Updates `github.com/onsi/ginkgo/v2` from 2.27.2 to 2.27.3 Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.27.3 2.27.3 Fixes report exit result...
Bumps the opentelemetry group with 6 updates: | Package | From | To | | --- | --- | --- | | [go.opentelemetry.io/contrib/exporters/autoexport](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.63.0` | `0.64.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib)...
i deployed postgres cluster in kubernetes the master node start without any issue but when replication node wants to start checkpoints it gets this error pg_basebackup: error: could not initiate...
## Overview repo disk did not auto expand, was at 99% note the PgCluster CRD and logs are after I patched from 128Gi to 256Gi ## Environment Please provide the...
If you believe you have found have found a bug, please open up [Bug Report](https://github.com/CrunchyData/postgres-operator/issues/new?template=bug_report.md) If you have a feature request, please open up a [Feature Request](https://github.com/CrunchyData/postgres-operator/issues/new?template=feature_request.md) You can find...
Please ensure you do the following when reporting a bug: - [ ] Provide a concise description of what the bug is. - [ ] Provide information about your environment....
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]Provide...
is there any reason why pgo is forcing the wal_level to be logical whereas replica would be enough? is there any way to customize this behavior and why shouldnt we...