postgres-operator
postgres-operator copied to clipboard
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
PGO: postgres-operator:ubi8-5.5.0-0 PGADMIN: crunchy-pgadmin4:ubi8-7.8-0 POSTGRES: crunchy-postgres:ubi8-16.1-0 We deployed pgadmin in namespace scoped mode. We exposed pgadmin using an virtualservice and istio service mesh. We get a bunch of this error...
Hi, I got data file corrupted errors with the log in postgresql-log file : `ERROR: could not read block xxx in file "base/xxx/xxx": read only 0 of 8192 bytes` Not...
**Checklist:** - [x] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or added documentation...
## Questions I'm looking to deploy a PGO cluster with [custom TLS](https://access.crunchydata.com/documentation/postgres-operator/latest/tutorials/day-two/customize-cluster#customize-tls), but one thing I didn't see mentioned for either custom or built-in TLS is how (or if at...
Recent versions of ShellCheck recommend using `[[` in Bash scripts and `|| true` to indicate when errors can be ignored. I like the built-in `:` for this purpose. **Checklist:** -...
Using Context improves the isolation and parallelism of tests involving feature gates. Each now builds and injects its own gate. Gates are still implemented using `k8s.io/component-base/featuregate`, but the new `feature`...
- Platform: (`Three Node OpenShift`) - Platform Version: ( `4.14.0`) - PGO Image Tag: (`ubi8-5.5.0-0`) - Postgres Version (`14`) - Storage: (cubefs) CR.yaml: ```yaml apiVersion: postgres-operator.crunchydata.com/v1beta1 kind: PostgresCluster metadata: name:...
https://github.com/CrunchyData/postgres-operator/blob/c7a885d862fa7e3c43e802c623dad4c4e9991e5c/internal/patroni/config.go#L515 is there any way to add custom local configuration in patroni ? this would include most importantly tags. could it be a workaround to remove the ownerREference from the...
**Checklist:** - [ ] Have you added an explanation of what your changes do and why you'd like them to be included? - [ ] Have you updated or 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...