Create a fully managed, highly available database from the Deploy Managed Database page in my.cubepath.com. CubePath runs the infrastructure, replication and failover for you.

Deploy

  1. 1
    Pick engine and version
    Choose PostgreSQL, MySQL or Valkey. Each engine ships a single pinned version (no in-place major upgrades).
  2. 2
    Name your database
    Give it a name (lowercase letters, numbers and dashes), unique within your organization.
  3. 3
    Choose region and plan
    Pick a region, then a plan, prices are per node, so the total scales with the replica count.
  4. 4
    Set replicas
    Select the cluster size. PostgreSQL and Valkey start at 1 node; MySQL uses Group Replication and requires a quorum of at least 3 nodes.
  5. 5
    Configure and deploy
    Optionally set a backup schedule (5-field cron) and retention under Advanced Settings, then click Deploy Database.

Connect

Open the database and go to the Credentials tab, then click Reveal credentials (each reveal is recorded in the activity log). You'll get the host, port, username, password and a ready-to-use connection URI. Point your application at the URI or the host/port pair, there is no SSH access.