Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
shiyuhang0 and hfxsd authored Dec 16, 2024
1 parent 7e3557a commit 8881af9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tidb-cloud/backup-and-restore-serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Automatic backups is controlled by the backup setting, which is different for fr

### Configure the backup setting

To set the backup time, perform the following steps:
To set the backup time for a scalable cluster, perform the following steps:

1. Navigate to the **Backup** page of a TiDB Cloud Serverless cluster.

Expand All @@ -63,7 +63,7 @@ TiDB Cloud Serverless supports snapshot restore and point-in-time restore for yo

- **Snapshot Restore**: Restore your cluster from a specific backup snapshot.

- **Point-in-Time Restore(beta)**: Restore your cluster to a specific time.
- **Point-in-Time Restore (beta)**: Restore your cluster to a specific time.

- Free clusters: not supported.
- Scalable clusters: restore to any time within the last 14 days, but not before the cluster creation time or after the current time minus one minute.
Expand Down Expand Up @@ -102,12 +102,12 @@ To restore your TiDB Cloud Serverless cluster, follow these steps:
To restore from a selected backup snapshot, take the following steps:

1. Click **Snapshot Restore**.
2. Select the backup snapshot you want to restore to.
2. Select the backup snapshot you want to restore from.

</div>
<div label="Point-in-Time Restore">

To restore to a specific point in time, take the following steps:
To restore to a specific point in time for a scalable cluster, take the following steps:

1. Click **Point-in-Time Restore**.
2. Select the date and time you want to restore to.
Expand All @@ -120,7 +120,7 @@ To restore your TiDB Cloud Serverless cluster, follow these steps:
<SimpleTab>
<div label="Restore to a new cluster">

To restore a new cluster, take the following steps:
To restore to a new cluster, take the following steps:

1. Click **Restore to a New Cluster**.
2. Enter a name for the new cluster.
Expand All @@ -136,7 +136,7 @@ To restore your TiDB Cloud Serverless cluster, follow these steps:
</div>
</SimpleTab>

5. Click **Restore** to begin the restoration process.
5. Click **Restore** to begin the restore process.

After initiating the restore process, the cluster status changes to **Restoring**. The cluster will be unavailable until the restore is complete and cluster status changes to **Available**.

Expand Down

0 comments on commit 8881af9

Please sign in to comment.