postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

Results 458 postgres-operator issues
Sort by recently updated
recently updated
newest added

Hi, This is more of a question: How can I choose the port for the master or replica load balancer and not receive a random node port ? Thanks

question
felix-wishlist

`databaseNameRegexp = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_]*$")` `postgres-operator/pkg/cluster/cluster.go` Is there some kind of reason why this regex looks as it is? The pattern seems to follow this from the documentation (not to the dot):...

enhancement
felix-wishlist

Instead of trying to use a superuser connection, the operator could [exec](https://kubernetes.io/docs/api-reference/v1.9/#execaction-v1-core) `psql` in database pods to sync passwords, which would use a local connection through the PostgreSQL Unix domain...

enhancement
felix-wishlist

Right now, Create is special because it fails when objects it tries to create are discovered as already existing during the call of the create{Object} (i.e. StatefulSet, Service, etc.). Subsequently,...

idea
discussion
felix-wishlist

The operator uses gigabytes internally to evaluate the disk space when resizing volumes, so the cluster is always created with at least 1Gi volume, however, cluster updates compare the existing...

discussion

- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.7.1 - **Where do you run it - cloud or metal? Syseleven (Openstack) - **Are you running Postgres Operator in production?**...

question

Hi guys, recently i try to deploy timescaledb using helm chart on k8s, but unfortunely i can't find the timescaledb_toolkit extension after installed - **Which image of the operator are...

Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 1.9.0 - **Where...

question
Helm User
technical issue