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.
NoteYour account must be verified before you can deploy.
Deploy
- 1Pick engine and versionChoose PostgreSQL, MySQL or Valkey. Each engine ships a single pinned version (no in-place major upgrades).
- 2Name your databaseGive it a name (lowercase letters, numbers and dashes), unique within your organization.
- 3Choose region and planPick a region, then a plan, prices are per node, so the total scales with the replica count.
- 4Set replicasSelect the cluster size. PostgreSQL and Valkey start at 1 node; MySQL uses Group Replication and requires a quorum of at least 3 nodes.
- 5Configure and deployOptionally set a backup schedule (5-field cron) and retention under Advanced Settings, then click Deploy Database.
ImportantProvisioning a database cluster can take 30–45 minutes. The connection endpoint and credentials become available once it finishes.
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.
WarningAnyone with these credentials has full access to your data. Use the Rotate credentials action if they're ever exposed, the old password stops working as soon as the rotation completes.