MySQL and PostgreSQL managed databases
Managed Database
Overview
XessOne offers fully managed MySQL and PostgreSQL databases. We handle provisioning, scaling, backups, and security patches so you can focus on your application.
Available Engines
| Engine | Versions | Plans |
|---|---|---|
| MySQL | 8.0, 8.4 | All plans |
| PostgreSQL | 14, 15, 16 | All plans |
Plan Limits
| Plan | Databases | Storage | Connections |
|---|---|---|---|
| Solo Edge | 1 database | 10 GB | 20 connections |
| Continental | 5 databases | 50 GB | 100 connections |
| Planetary | 10 databases | 500 GB | 500 connections |
Connection
Connect to your database using the credentials from the dashboard:
# PostgreSQL
psql "postgresql://user:password@db.xessone.com:5432/mydb?sslmode=require"
# MySQL
mysql -h db.xessone.com -u user -p --ssl-mode=REQUIRED mydbSSL Required
All database connections require SSL. Connection strings from the dashboard include SSL parameters by default.
Backups
- Solo Edge: weekly automated backups, 7-day retention
- Continental: daily automated backups, 30-day retention + point-in-time recovery
- Planetary: every 6 hours, 90-day retention + point-in-time recovery
- Manual backup available anytime from the dashboard