Skip to main content

Restore from backup

Restoring uses a previously created backup to rebuild data in a new cluster. Use it after data loss, corruption, or when you need to roll back to a known state.

note

Restore creates a new cluster and never overwrites the existing one. The original stays exactly as it is, which means you can compare the two before switching your application over.

Before you start​

The cluster needs at least one successfully created backup — that is, at least one restore point available. If none exists, see Change backup schedule.

You also need quota for a second cluster, since the restore provisions one.

Restore​

Step 1: Open the Restore screen​

From the menu, select Database Platform → All Database or Non-Relational Database → click the Cluster ID → select the Backup tab → choose the Restore sub-tab.

The system lists the Available Restore Points.

Step 2: Perform the restore​

  1. In the Actions column, click the ellipsis icon (⋮) on the restore point you want.

  2. Select Restore.

    Restore sub-tab listing available restore points

  3. Enter the details:

    FieldWhat to enter
    Restore Cluster NameA name for the new cluster.
    FlavorCompute configuration for the new cluster.
  4. Click Restore.

When the restore completes, the new cluster appears in the cluster list holding the data from the selected backup.

Afterwards​

The restored cluster has its own endpoint. Repoint your application to it — see View database cluster information for the new connection details.

tip

Choose the flavor to match the workload you are restoring into, not the original cluster. A restore used for investigation can run on something smaller and cheaper.

Next steps​