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
Starter1 database10 GB20 connections
Growth5 databases50 GB100 connections
Dedicated Webdev10 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

  • 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
Rahma

Rahma

XessOne Support

Hi! I'm Rahma from XessOne. Ask me anything about our services, pricing, or how to get started.