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 |
|---|---|---|---|
| Starter | 1 database | 10 GB | 20 connections |
| Growth | 5 databases | 50 GB | 100 connections |
| Dedicated Webdev | 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
- Starter: weekly automated backups, 7-day retention
- Growth: daily automated backups, 30-day retention + point-in-time recovery
- Enterprise: every 6 hours, 90-day retention + point-in-time recovery
- Manual backup available anytime from the dashboard