All systems operational99.9% Uptime SLA7 Indonesian SaaS in production

XessOne

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

EngineVersionsPlans
MySQL8.0, 8.4All plans
PostgreSQL14, 15, 16All plans

Plan Limits

PlanDatabasesStorageConnections
Solo Edge1 database10 GB20 connections
Continental5 databases50 GB100 connections
Planetary10 databases500 GB500 connections

Connection

Connect to your database using the credentials from the dashboard:

terminal
# PostgreSQL
psql "postgresql://user:password@db.xessone.com:5432/mydb?sslmode=require"

# MySQL
mysql -h db.xessone.com -u user -p --ssl-mode=REQUIRED mydb

SSL 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