Dashboard
A managed PostgreSQL has five tabs. Here is what each one is for.
Overview
Section titled “Overview”The home tab. Shows:
- Current status (Running / Stopped).
- Major version and storage size.
- Both connection URLs — Internal and External — with copy buttons.
This is where you grab the URL to plug into your app or psql.
Explorer
Section titled “Explorer”Browse the database without leaving the dashboard — schemas, tables, columns, indexes. Handy for a quick “did the migration land?” check or to peek at row counts.
Metrics
Section titled “Metrics”Live charts of CPU, memory and instance count. Pick a window: 10 min, 30 min, 1 hour or 2 hours. Charts auto-refresh while the database is running.
Backups
Section titled “Backups”The full history of automatic and on-demand backups.
- See every backup with its size and timestamp.
- Click Backup now to take a snapshot on demand.
- Click Restore on any completed backup to roll the database back to that point. The database must be running to restore.
See Backups for the schedule and full details.
PostgreSQL server logs.
- Time windows — view the last 1h, 4h, 24h, 2 days, 7 days, 14 days or 30 days.
- Download the current view as a file.
Useful for debugging slow queries, checking auth failures or seeing why a connection was refused.