hasura / hasura-cloud-preview-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revoke connections before dropping ephemeral database

wawhal opened this issue · comments

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