postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Hi team, I noticed in the [documentation](https://github.com/zalando/postgres-operator/blob/master/docs/reference/operator_parameters.md?plain=1#L59-L60) that the ConfigMap-based configuration is planned to be deprecated and eventually removed in future releases. Is there a specific timeline for when this...
AFAIK the standby user should have only the permissions required for replication. However, it seems the user has write access: ```console root@test-db-0:/home/postgres# psql -U standby db psql (16.3 (Ubuntu 16.3-1.pgdg22.04+1),...
### Environment **Operator Version:** ghcr.io/zalando/postgres-operator:v1.14.0 **Kubernetes Version:** v1.31.6 **Spilo Image:** ghcr.io/zalando/spilo-17:4.0-p2 (default for v1.14.0) **Cluster Setup:** 3 control-plane nodes (kbmaster, kbmaster2, kbmaster3), 2 worker nodes (worker1, worker2), Calico CNI (10.244.0.0/16),...
**TL;DR - compact explanation here https://github.com/zalando/postgres-operator/issues/2852#issuecomment-2656008949** First of all, sorry for long logs and unstructured message. To write clean issue you have to have at least some understanding of what...
A «fake» Teams API deployment is mentioned in the [documentation](https://postgres-operator.readthedocs.io/en/latest/user/#teams-api-roles). However, the image `ikitiki/fake-teams-api:latest` is missing, and the link to the repository https://github.com/ikitiki/fake-teams-api returns a 404 error. Can you provide...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Fixing https://github.com/zalando/postgres-operator/issues/2899
- **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.11.0 - **Where do you run it - cloud or metal?** Kubernetes - **Are you running Postgres Operator in production?** yes...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
Please, answer some short questions which should help us to understand your problem / question better? - Used image: ghcr.io/zalando/postgres-operator-ui:v1.14.0 - Running on my bare metal openshift 4 cluster, following...