Manage a CockroachDB Dedicated Cluster

On this page Carat arrow pointing down

This page describes the cluster management and cluster deletion workflows for CockroachDB Dedicated.

Planning your cluster

Before making any changes to your cluster's nodes or regions, review the requirements and recommendations for CockroachDB Cloud cluster configuration.

View Clusters page

On logging in to the CockroachDB Cloud Console, the Clusters page is displayed. The Clusters page provides a high-level view of your clusters.

For each cluster, the following details display:

To view and manage a specific cluster, click the name of the cluster. The Overview page will display.

View cluster overview

The Overview page displays details about the selected CockroachDB Cloud cluster:

  • The Current Charges and next billing date for the cluster
  • The cluster's Cloud provider
  • The cluster's Hardware per node
  • A list of the selected cluster's nodes.

    For each node, the page displays the node's Name and Status, nested under its region.

  • The status of security features required for PCI readiness.

From the Overview page, you can connect to your cluster. For more information, see Connect to Your CockroachDB Dedicated Cluster.

Scale your cluster

Add or remove nodes from a cluster

You can add or remove nodes from your cluster through the Console. See Planning your cluster for cluster requirements and recommendations before proceeding.

Note:

You cannot scale a multi-node cluster down to a single-node cluster. If you need to scale down to a single-node cluster, backup your cluster and restore it into a new single-node cluster.

To add or remove nodes from your cluster:

  1. Navigate to the cluster's Overview page.
  2. Select Actions > Edit cluster.

    The Edit cluster page displays.

  3. From the Nodes dropdown, select the number of nodes you want in each region.

  4. In the Summary sidebar, verify the hourly estimated cost for the cluster.

  5. Click Next: Payment.

  6. On the Summary page, verify your new cluster configuration.

  7. Click Update.

Increase storage for a cluster

Warning:

AWS disks can only be scaled once every six hours.

  1. Navigate to the cluster's Overview page.
  2. Select Actions > Edit cluster.

    The Edit cluster page displays.

  3. Navigate to the Storage dropdown in the Hardware per node section.

  4. Select the new amount of storage per node.

    Warning:

    Storage space cannot be removed from a node once added.

  5. In the Summary sidebar, verify the hourly estimated cost for the cluster.

  6. Click Next: Payment.

  7. On the Summary page, verify your new cluster configuration.

  8. Click Update.

Change compute for a cluster

  1. Navigate to the cluster's Overview page.
  2. Select Actions > Edit cluster.

    The Edit cluster page displays.

  3. Navigate to the Compute dropdown in the Hardware per node section.

  4. Select the new amount of vCPUs per node.

    Note:

    When scaling up your cluster, it is generally more effective to increase node size up to 16 vCPUs before adding more nodes. For most production applications, we recommend at least 4 to 8 vCPUs per node.

  5. In the Summary sidebar, verify the hourly estimated cost for the cluster.

  6. Click Next: Payment.

  7. On the Summary page, verify your new cluster configuration.

  8. Click Update.

Create a database

You can use the Databases page to create a new database from the CockroachDB Cloud Console.

  1. Navigate to the Databases page from the Overview page of your cluster.
  2. Click Add database.
  3. Enter a name for the new database.
  4. Click Create.

Restore data from a backup

Cockroach Labs runs full backups daily and incremental backups hourly for every CockroachDB Dedicated cluster. Full backups are retained for 30 days and incremental backups for 7 days. See the Use Managed-Service Backups page for ways to restore data from your cluster's automatic backups in the Console.

Additionally, you can back up and restore your CockroachDB Dedicated cluster manually. For detail on taking backups to your cloud storage, see Take and Restore Customer-Owned Backups.

Note:

All databases are not backed up at the same time. Each database is backed up every hour based on the time of creation. For larger databases, you might see an hourly CPU spike while the database is being backed up.

Configure PCI ready features (Dedicated advanced)

CockroachDB Dedicated advanced clusters have a PCI ready panel to monitor the status of security features required for PCI readiness. Feature statuses will update from INACTIVE to ACTIVE once you configure them. Learn more about configuring these features:

You can also check the status of these features on the PCI ready page of the CockroachDB Cloud Console.

Delete cluster

Warning:

Deleting a cluster will delete all cluster data.

Note:

You will only be billed for a CockroachDB Dedicated cluster while it is running. You can delete a cluster at any time to stop charges from accumulating.

Proceed with the following steps only if you are sure you want to delete a cluster:

  1. Navigate to the Overview page for the cluster you want to delete.
  2. Click the Actions button in the top right corner.
  3. Select Delete cluster.
  4. In the confirmation window, enter the name of the cluster.
  5. Click Delete.

Yes No
On this page

Yes No