You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tidb-cloud/backup-and-restore-serverless.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The restore process typically completes within a few minutes. If the restore tak
85
85
86
86
If the data is corrupted after a canceled restore and cannot be recovered, contact [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md) for assistance.
87
87
88
-
### Perform the restore
88
+
### Restore to a new {{{ .starter }}} or Essential instance {#restore-to-a-new-instance}
89
89
90
90
> **Note:**
91
91
>
@@ -119,15 +119,37 @@ To restore your data to a new {{{ .starter }}} or Essential instance, take the f
119
119
</SimpleTab>
120
120
121
121
4. Enter a name for the new instance.
122
-
5.Choose a plan for the new instance and update the capacity as needed.
122
+
5.Update the capacity as needed.
123
123
124
-
-If you choose a {{{ .starter }}} instance and need more resources than the [free quota](/tidb-cloud/select-cluster-tier.md#usage-quota), set a monthly spending limit.
125
-
-If you choose a {{{ .essential }}} instance, set the minimum RCU and maximum RCU, and then configure advanced settings as needed.
124
+
-For a {{{ .starter }}} instance, if you need more resources than the [free quota](/tidb-cloud/select-cluster-tier.md#usage-quota), set a monthly spending limit.
125
+
-For a {{{ .essential }}} instance, set the minimum RCU and maximum RCU, and then configure advanced settings as needed.
126
126
127
127
6. Click **Restore** to begin the restore process.
128
128
129
129
Once the restore process begins, the {{{ .starter }}} or Essential instance status changes to **Restoring**. The {{{ .starter }}} or Essential instance will remain unavailable until the restore is complete and the status changes to **Available**.
130
130
131
+
### Restore from Recycle Bin
132
+
133
+
> **Note:**
134
+
>
135
+
> {{{ .starter }}} does not support restoring from Recycle Bin.
136
+
137
+
To restore a deleted {{{ .essential }}} instance from the Recycle Bin, take the following steps:
138
+
139
+
1. In the [TiDB Cloud console](https://tidbcloud.com), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page of your organization, click **...** in the upper-right corner, and then click **Recycle Bin**.
140
+
141
+
>**Tip:**
142
+
>
143
+
> If you are in multiple organizations, use the combo box in the upper-left corner to switch to your target organization first.
144
+
145
+
2. On the **Recycle Bin** page, click the **Essential** tab to go to the recycle bin of {{{ .essential }}} instances.
146
+
147
+
3. Locate the {{{ .essential }}} instance you want to restore, and then click the **>** button to expand the available backups of the instance.
148
+
149
+
4. In the row of your desired backup, click **...**, and then select **Restore**.
150
+
151
+
5. On the **Restore** page, follow the same steps as [Restore to a new instance](#restore-to-a-new-instance) to restore the backup to a new instance.
152
+
131
153
## Limitations
132
154
133
155
- If a TiFlash replica is enabled, it will be unavailable for a period after the restore, because the data needs to be rebuilt in TiFlash.
Copy file name to clipboardExpand all lines: tidb-cloud/backup-and-restore.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,12 +323,17 @@ To restore your TiDB Cloud Dedicated cluster data from a backup to a new cluster
323
323
>
324
324
> You cannot restore a deleted cluster to any point in time. You can only select an automatic or manual backup to restore.
325
325
326
-
To restore a deleted cluster from recycle bin, take the following steps:
326
+
To restore a deleted TiDB Cloud Dedicated cluster from the Recycle Bin, take the following steps:
327
327
328
-
1. In the [TiDB Cloud console](https://tidbcloud.com), switch to your target project using the combo box in the upper-left corner.
329
-
2. In the left navigation pane, click **Project Settings** > **Recycle Bin**.
330
-
3. On the **Recycle Bin** page, locate the cluster you want to restore, click **...** in the **Action** column, and then click **Backups**.
331
-
4. On the **Backups** page, locate your desired backup time, click **...** in the **Action** column, and then click **Restore**.
328
+
1. In the [TiDB Cloud console](https://tidbcloud.com), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page of your organization, click **...** in the upper-right corner, and then click **Recycle Bin**.
329
+
330
+
>**Tip:**
331
+
>
332
+
> If you are in multiple organizations, use the combo box in the upper-left corner to switch to your target organization first.
333
+
334
+
2. On the **Recycle Bin** page, click the **Dedicated** tab to go to the recycle bin of TiDB Cloud Dedicated clusters.
335
+
3. Locate the cluster you want to restore, and then click the **>** button to expand the available backups of the cluster.
336
+
4. In the row of your desired backup, click **...**, and then select **Restore**.
332
337
5. On the **Restore** page, specify a name for the new cluster, and then make the following changes if necessary:
Copy file name to clipboardExpand all lines: tidb-cloud/delete-tidb-cluster.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,18 @@ You can delete a TiDB Cloud resource at any time by performing the following ste
26
26
- If you have at least one manual or automatic backup, you can see the number of backups and the charging policy for backups. Click **Continue** and enter `<organization name>/<project name>/<resource name>`.
27
27
- If you do not have any backups, just enter `<organization name>/<project name>/<resource name>`.
28
28
29
-
If you want to restore a deleted {{{ .dedicated }}} cluster sometime in the future, make sure that you have a backup of the cluster. Otherwise, you cannot restore it anymore. For more information about how to back up TiDB Cloud Dedicated clusters, see [Back Up and Restore TiDB Cloud Dedicated Data](/tidb-cloud/backup-and-restore.md).
29
+
If you want to restore a deleted {{{ .essential }}} instance or {{{ .dedicated }}} cluster sometime in the future, make sure that you have a backup of it. Otherwise, you cannot restore it anymore.
30
+
31
+
- For more information about how to back up {{{ .essential }}} instances, see [Back Up and Restore {{{ .essential }}} Data](/tidb-cloud/backup-and-restore-serverless.md).
32
+
- For more information about how to back up TiDB Cloud Dedicated clusters, see [Back Up and Restore TiDB Cloud Dedicated Data](/tidb-cloud/backup-and-restore.md).
30
33
31
34
> **Note:**
32
35
>
33
-
> [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter)and [{{{ .essential }}}](/tidb-cloud/select-cluster-tier.md#essential)instances do not support restoring data after the deletion. If you want to delete a {{{ .starter }}} or {{{ .essential }}} instance and restore its data in the future, see [Export Data from {{{ .starter }}} or Essential](/tidb-cloud/serverless-export.md) to export your data as a backup.
36
+
> [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) instances do not support restoring data after the deletion. If you want to delete a {{{ .starter }}} instance and restore its data in the future, see [Export Data from {{{ .starter }}}](/tidb-cloud/serverless-export.md) to export your data as a backup.
34
37
35
38
5. Click **I understand, delete it**.
36
39
37
-
Once a backed up TiDB Cloud Dedicated cluster is deleted, the existing backup files of the cluster are moved to the recycle bin.
40
+
Once a backed up {{{ .essential }}} instance or TiDB Cloud Dedicated cluster is deleted, the existing backup files of it are moved to the Recycle Bin.
38
41
39
42
- Automatic backups will expire and be automatically deleted once the retention period ends, except for the latest one. The default retention period is 7 days if you don't modify it. The latest automatic backup will not be deleted unless you explicitly delete it.
40
43
- Manual backups will be kept in the Recycle Bin until manually deleted.
@@ -43,4 +46,7 @@ You can delete a TiDB Cloud resource at any time by performing the following ste
43
46
>
44
47
> Please be aware that backups will continue to incur charges until deleted.
45
48
46
-
If you want to restore a TiDB Cloud Dedicated cluster from recycle bin, see [Restore a deleted cluster](/tidb-cloud/backup-and-restore.md#restore-a-deleted-cluster).
49
+
If you want to restore data from Recycle Bin, see the following documents:
50
+
51
+
-[Restore a deleted {{{ .essential }}} instance](/tidb-cloud/backup-and-restore-serverless.md#restore-from-recycle-bin).
52
+
-[Restore a deleted TiDB Cloud Dedicated cluster](/tidb-cloud/backup-and-restore.md#restore-a-deleted-cluster).
Copy file name to clipboardExpand all lines: tidb-cloud/premium/backup-and-restore-premium.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ TiDB Cloud supports snapshot restore and point-in-time restore for your instance
85
85
86
86
TiDB Cloud supports restoring data to a new instance.
87
87
88
-
### Restore to a new instance
88
+
### Restore to a new {{{ .premium }}} instance {#restore-to-a-new-instance}
89
89
90
-
To restore your data to a new instance, take the following steps:
90
+
To restore your data to a new {{{ .premium }}} instance, take the following steps:
91
91
92
92
1. Navigate to the [**Backup**](#view-the-backup-page) page of your instance.
93
93
@@ -128,16 +128,21 @@ To restore your data to a new instance, take the following steps:
128
128
129
129
### Restore from Recycle Bin
130
130
131
-
To restore a deleted instance from the Recycle Bin, take the following steps:
131
+
To restore a deleted {{{ .premium }}} instance from the Recycle Bin, take the following steps:
132
132
133
-
1.Log in to the [TiDB Cloud console](https://tidbcloud.com), and then navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page. In the top-right corner, click **Recycle Bin**.
133
+
1.In the [TiDB Cloud console](https://tidbcloud.com), navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page of your organization, click **...** in the upper-right corner, and then click **Recycle Bin**.
134
134
135
-
2. On the **Recycle Bin** page, locate the {{{ .premium }}} instance you want to restore:
135
+
>**Tip:**
136
+
>
137
+
> If you are in multiple organizations, use the combo box in the upper-left corner to switch to your target organization first.
136
138
137
-
- Click the **>** button to expand instance details.
138
-
- Find the desired backup, click **...** in the **Action** column, and then select **Restore**.
139
+
2. On the **Recycle Bin** page, click the **Premium** tab to go to the recycle bin of {{{ .premium }}} instances.
139
140
140
-
3. On the **Restore** page, follow the same steps as [Restore to a new instance](#restore-to-a-new-instance) to restore the backup to a new instance.
141
+
3. Locate the {{{ .premium }}} instance you want to restore, and then click the **>** button to expand the available backups of the instance.
142
+
143
+
4. In the row of your desired backup, click **...**, and then select **Restore**.
144
+
145
+
5. On the **Restore** page, follow the same steps as [Restore to a new instance](#restore-to-a-new-instance) to restore the backup to a new instance.
Copy file name to clipboardExpand all lines: tidb-cloud/releases/release-notes-2025.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c
198
198
199
199
-[TiDB Cloud Starter](/tidb-cloud/select-cluster-tier.md#starter) removes the in-place restore feature, which means you can no longer restore a backup directly to the same cluster. This change helps prevent accidental overwrites of active production data and potential data loss.
200
200
201
-
To restore your data, you can [restore the backup to a new cluster](/tidb-cloud/backup-and-restore-serverless.md#perform-the-restore). After validating the restored data, switch your application to the new cluster. Previously restored data in existing clusters remains intact, and no action is required unless you perform a new restore.
201
+
To restore your data, you can [restore the backup to a new cluster](/tidb-cloud/backup-and-restore-serverless.md#restore-to-a-new-instance). After validating the restored data, switch your application to the new cluster. Previously restored data in existing clusters remains intact, and no action is required unless you perform a new restore.
202
202
203
203
For safer restore and migration workflows with more control and flexibility, consider using [TiDB Cloud Essential](/tidb-cloud/select-cluster-tier.md#essential).
Copy file name to clipboardExpand all lines: tidb-cloud/tidb-cloud-glossary.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,15 @@ Project members are users who are invited to join one or more projects of the or
119
119
120
120
### Recycle Bin
121
121
122
-
The place where the data of deleted {{{ .dedicated }}} clusters and {{{ .premium }}} instances with valid backups is stored.
122
+
The place where the data of deleted TiDB Cloud resources with valid backups is stored.
123
123
124
-
Once a backed-up {{{ .dedicated }}} cluster or {{{ .premium }}} instance is deleted, the existing backup files of the cluster or instance are moved to the recycle bin. For backup files from automatic backups, the recycle bin will retain them for a specified period. You can configure the backup retention in **Backup Setting**, and the default is 7 days. For backup files from manual backups, there is no expiration date. To avoid data loss, remember to restore the data to a new {{{ .dedicated }}} cluster or {{{ .premium }}} instance in time. Note that if a {{{ .dedicated }}} cluster or {{{ .premium }}} instance **has no backup**, the deleted cluster or instance will not be displayed here.
124
+
Once a backed-up TiDB Cloud resource is deleted, the existing backup files of it are moved to the Recycle Bin. For backup files from automatic backups, the Recycle Bin will retain them for a specified period. You can configure the backup retention in **Backup Setting**, and the default is 7 days. For backup files from manual backups, there is no expiration date. To avoid data loss, remember to restore the data to a new TiDB Cloud resource in time. Note that if a TiDB Cloud resource **has no backup**, the deleted resource will not be displayed in the Recycle Bin.
125
+
126
+
Currently, only the following types of TiDB Cloud resources support the Recycle Bin feature:
0 commit comments