Skip to main content
The databases page (/admin/databases) shows every database on the platform, regardless of owner.

Database list

Columns:
ColumnDescription
NameDisplay name + internal name (links to detail page)
OwnerOwner’s email address
Statusactive, creating, deleting, or error
SizeCurrent disk usage
CreatedWhen the database was provisioned

Admin access to any database

As an admin, you can click any database name to view its full detail page — including connection credentials, metrics, and actions. This works even for databases you don’t own.

Admin actions on databases

From any database detail page, admins can:
  • Reset password — Generates a new password (old one stops working immediately)
  • Delete database — Removes the database, user, and PgBouncer entry
  • Trigger backup — Starts an async pg_dump backup
All admin actions are recorded in the audit log with the admin’s user ID as the actor.