Database
The database admin page provides visibility into the database that powers your SonicSaaS instance.
What You Can See
- Schema information — tables, columns, and relationships
- Migration status — which database migrations have been applied
- Database health — connection status and basic diagnostics
Database Migrations
SonicSaaS uses database migrations to manage schema changes. Migrations are applied automatically when the application starts. The database page shows which migrations have been applied and their timestamps.
Self-Hosted Management
Since SonicSaaS is self-hosted, you have full control over your database:
- Backups — configure automated backups (see Backup & Recovery)
- Access — the database is on an internal network, not exposed externally in production
- Monitoring — use standard database monitoring tools alongside SonicSaaS
Related
- Backup & Recovery — database backup procedures
- Infrastructure Security — network isolation
- Administration — admin overview
Last updated on