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.

Choose an engine

EngineWhat it isReplication
PostgreSQLAdvanced open-source relational databaseStreaming replication with automatic failover
MySQLThe world's most popular relational databaseGroup Replication (MGR), needs a quorum of 3+ nodes
ValkeyRedis-compatible in-memory store for caching, queues and real-time workloadsPrimary / replica

Deploy

  1. 1
    Pick engine and version
    Choose PostgreSQL, MySQL or Valkey, then the version.
  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; replication needs at least 2. MySQL requires at least 3.
  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. 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 to the nodes.

Scale

Once the cluster settles into active (or degraded), Scale Database offers two independent moves — one at a time:

  • Replicas (horizontal). Add or remove nodes between the plan's min and max. Nodes are added or removed without downtime, though the operation takes several minutes. Each replica is a separate billable node.
  • Plan (vertical). Move the whole cluster to a bigger or smaller plan. Every node is resized with a rolling restart, so connections reconnect briefly.

The engine and version never change during a scale operation.

Statuses

ProvisioningActive is the normal path. You'll also see Updating (a configuration or credential change), Scaling, Degraded (running, but not at full redundancy — a node is down or rejoining) and Error.

Most operations are blocked while another one is running; the dashboard tells you to try again once it settles.

Protection and deletion

Enable Protection blocks accidental deletion. Deleting permanently destroys the database and all its data, so the dialog asks you to type the database name to confirm. Export anything you need first — there is no undo, and (until backups launch) no copy to fall back on.

The database tabs

Configuration, Credentials, Databases, Users, Metrics and Activity.