What you see
For each connection:- Name — the label you gave the connection when adding it in the CLI
- Type — Postgres, MySQL, or MongoDB
- Server — which server this connection belongs to
- Status — whether the last backup succeeded or failed
- Last backup — timestamp of the most recent backup
Adding connections
Connections are added from the CLI on your server:Removing connections
Remove a connection from the CLI:Connection names
Choose names that are meaningful to you —prod-postgres, staging-mysql, analytics-mongo. These are the only identifiers the dashboard ever sees for your databases.
The dashboard never sees your host, port, database name, username, or password.