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

PostgreSQL operator for Kubernetes

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

After enabling dependabot (#133) in my fork there were a good few updates to consider. I merged everything where the tests passed. You can see what happened here: https://github.com/aschaber1/movetokube-postgres-operator/pulls?q=is%3Apr If...

I observed that the role created by the PostgresUser is not properly cleaned up if the database has been removed before the PostgresUser. As far I understand, if the group...

In the GetPostgresCR function, we should return the k8s client error before checking the annotations. If not, deleting a Postgres resource will cause the linked PostgresUsers to enter an infinite...

I have ported the code from the current master to a clean project created with the current kubebuilder (targeting the controller-runtime 0.15 and kubernetes 1.27). This is basically #100, but...

Fixes: [ #118](https://github.com/movetokube/postgres-operator/issues/118)

Hello, really like your project :) There are a few issues with outdated dependencies, I have created a `depandabot.yml` to support with automated dependency management. Please also go to Settings...

Some applications need a specific `locale` and `encoding` (https://www.postgresql.org/docs/current/sql-createdatabase.html#id-1.9.3.61.6) options. It doesn't seem this is possible to pass in the `postgres.db.movetokube.com` CRD. Any plans to support this?

### Context Some prostgresql operators (like zalando/postgres-operator) automatically create a secret containing username and password randomly generated) for the postgresql cluster. I added the possibility to use the secret created...

When the deletion of Postgres CR happens before the deletion of postgresusers CR that linked to the same postgres, it makes the postgresuser cr finalizers to fail, saying it cannot...

Version: ghcr.io/movetokube/postgres-operator:1.2.1 Problem: I manually created a database and then used the postgres User custom resource to create a role for it. I then deleted the database manually. The operator...