Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tidb-cloud/backup-and-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This document describes how to back up and restore your TiDB cluster data on TiD
>
> Currently, the backup and restore feature has the following restrictions:
>
> - TiDB Cloud does not support restoring tables in the `mysql` schema, including user permissions and system variables. You can use [Dumpling and Lightning](https://docs.pingcap.com/tidb/dev/backup-and-restore-using-dumpling-lightning) to manually back up and restore these data.
> - TiDB Cloud does not support restoring tables in the `mysql` schema, including user permissions and system variables.
> - If you turn on and off PITR (Point-in-time Recovery) multiple times, you can only choose a time point within the recoverable range after the most recent PITR is enabled. The earlier recoverable range is not accessible.
> - You cannot disable automatic backup.

Expand Down