Deploy a Managed Database

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.

Note: Your account must be verified before you can deploy.

Deploy

### Pick engine and version
Choose **PostgreSQL**, **MySQL** or **Valkey**. Each engine ships a single pinned version (no in-place major upgrades).

### Name your database
Give it a name (lowercase letters, numbers and dashes), unique within your organization.

### Choose region and plan
Pick a **region**, then a **plan** — prices are per node, so the total scales with the replica count.

### 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.

### Configure and deploy
Optionally set a **backup schedule** (5-field cron) and retention under Advanced Settings, then click **Deploy Database**.

Important: Provisioning 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.

Warning: Anyone 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.

Manage your database

Open a database to find everything below, grouped into tabs. The header also shows live status, engine and version, replica count and endpoint, and a Manage Database menu to enable deletion protection or delete the database.

Overview shows engine and version, plan (vCPU, RAM, storage per node), replica count and topology, connection endpoint, location and estimated cost, and lets you scale: add or remove replicas, or move the whole cluster to a bigger or smaller plan.

Configuration lists the engine's tunable parameters and lets you edit them as a batch, marking each change as a hot reload or a rolling restart before you apply.

Credentials reveals on demand the admin connection details (host, port, username, password and ready-to-use connection URI) — every reveal is logged — and lets you rotate the admin password.

Databases lists the logical databases inside the instance and lets you create or delete them; they are managed only from here, not over SQL. This tab does not apply to Valkey.

Users lists the database users and lets you create them (with an optional or autogenerated password shown only once) or delete them.

Metrics charts connections, CPU, memory and replication lag over a chosen time range, with an optional live mode that refreshes continuously.

Activity shows the audit log of every operation performed on this database.