You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 is stuck in a loop of Reconciller errors. Previously, it was crashing as well, however, I updated to 1.2.1 and it is no longer actually crashing. (It stays up, and can reconcille other requests). However, it is constantly trying to reconcile this error, even though it is clear it will not be able to. (It's been trying for weeks now).
Expected Behavior:
Either this should be handled gracefully, or there should be some way to manually cancel the reconcille loop, and manually delete the user.
What I've tried:
Recreating the database (both manually and with a Postgres User)
Deleting the postgres user while recreating the database with the Postgres CR
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 is stuck in a loop of Reconciller errors. Previously, it was crashing as well, however, I updated to 1.2.1 and it is no longer actually crashing. (It stays up, and can reconcille other requests). However, it is constantly trying to reconcile this error, even though it is clear it will not be able to. (It's been trying for weeks now).
Expected Behavior:
Either this should be handled gracefully, or there should be some way to manually cancel the reconcille loop, and manually delete the user.
What I've tried:
Stacktrace:
Is there a way to manually cancel the reconcillation loop? Deleting the postgres user resource just makes the operator try to cancel the resource.
Thank you.
The text was updated successfully, but these errors were encountered: