Databases (Console)¶
Manage PostgreSQL, Redis, and Vector databases from the web dashboard.
PostgreSQL¶
Overview¶
Stats cards show Total, Running, Stopped, and Total Storage across all databases.
Creating a Database¶
- Click Create Database
- Configure:
- Name - Database name
- Version - PostgreSQL 14, 15, 16, or 17
- CPU - CPU allocation
- Memory - Memory in MB
- Storage - Disk size in GB
- Storage Type - NVMe, SSD, or HDD
- High Availability - Enable HA with replicas
- Click Create
Actions¶
| Action | Description |
|---|---|
| Start | Start a stopped database |
| Stop | Hibernate the database |
| Delete | Delete the database |
| Credentials | View connection string (host, port, user, password) |
| Backup | Create a manual backup |
| View Backups | List all backups |
| Restore | Restore from a backup |
Connection Credentials¶
The credentials dialog shows: - Host - Port - Username - Password (with show/hide toggle) - Full connection string
Redis¶
Creating a Redis Instance¶
- Click Create Redis
- Configure:
- Name - Instance name
- Memory - Memory in MB
- Eviction Policy - e.g.,
allkeys-lru - Persistence - Enable/disable
- Click Create
Actions¶
| Action | Description |
|---|---|
| Start / Stop | Manage lifecycle |
| Delete | Delete the instance |
| Credentials | View connection info |
| Flush | Delete all keys (with confirmation) |
Vector Databases¶
Creating a Vector DB¶
- Click Create Vector DB
- Configure:
- Name - Database name
- Type - Qdrant or pgvector
- Memory - Memory in MB
- Storage - Storage in GB
- External Access - Enable/disable
- Click Create
Actions¶
| Action | Description |
|---|---|
| Start / Stop | Manage lifecycle |
| Delete | Delete the database |
| Credentials | View connection info and API key |