movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

cannot terminate database with open connections #129

Closed romga closed 11 months ago

romga commented 1 year ago

Hello!

when we are trying to delete database with an open connections, the controller is stuck and not deleting the database.

Before deletion of the database, we need to terminate the open connections.

Thank you!