Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revoke connections before dropping ephemeral database #73

Closed
wawhal opened this issue Apr 4, 2022 · 0 comments
Closed

revoke connections before dropping ephemeral database #73

wawhal opened this issue Apr 4, 2022 · 0 comments
Assignees

Comments

@wawhal
Copy link
Contributor

wawhal commented Apr 4, 2022

Currently we don't revoke connections before dropping the database which sometimes causes dropping the database to fail because Hasura has an open connection with the database.

Before dropping the database, we should ideally:

  1. Revoke all connections
  2. Restrict new connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants