Skip to content

Commit caedeb5

Browse files
authored
docs: block cluster pause when PITR or Data Migration is active (#23402) (#23433)
1 parent 11b391d commit caedeb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tidb-cloud/pause-or-resume-tidb-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Comparing with backup and restore, pausing and resuming a cluster takes less tim
2121
- You cannot pause your cluster when a data import task is going on. You can either wait for the import task to be completed or cancel the import task.
2222
- You cannot pause your cluster when a backup job is going on. You can either wait for the current backup job to be completed or [delete the running backup job](/tidb-cloud/backup-and-restore.md#delete-a-running-backup-job).
2323
- You cannot pause your cluster if it has any [changefeeds](/tidb-cloud/changefeed-overview.md). You need to [delete the existing changefeeds](/tidb-cloud/changefeed-overview.md#delete-a-changefeed) before pausing the cluster.
24+
- You cannot pause your cluster when [Point-in-Time Restore (PITR)](/tidb-cloud/backup-and-restore.md#turn-on-point-in-time-restore) is enabled. You need to turn off the **Point-in-time Restore** switch in **Backup Setting** before pausing the cluster.
25+
- You cannot pause your cluster when a [Data Migration](/tidb-cloud/tidb-cloud-migration-overview.md) job is running. Make sure that no migration job is running before pausing the cluster.
2426

2527
## Pause a TiDB cluster
2628

0 commit comments

Comments
 (0)