hasura/hasura-cloud-preview-apps

revoke connections before dropping ephemeral database

wawhal opened this issue · 0 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