Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br: add doc for latest backup protection #19639

Merged
merged 5 commits into from
Dec 10, 2024
Merged
Changes from 4 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
5 changes: 3 additions & 2 deletions tidb-cloud/backup-and-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ To configure the backup schedule, perform the following steps:

> **Note**
>
> - After you delete a cluster, the automatic backup files will be retained for a specified period, as set in backup retention. You need to delete the backup files accordingly.
> - After you delete a cluster, the existing manual backup files will be retained until you manually delete them, or your account is closed.
> - All auto-backups, except the latest one, will be deleted if their lifetime exceeds the retention period. The latest auto-backup will not be deleted unless you delete it explicitly. This ensures that a cluster still has data to restore after it is accidentally deleted.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved
> - After you delete a cluster, auto-backups with a lifetime within the retention period will be moved to the Recycle Bin.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved
> - After you delete a cluster, existing manual backups will be retained until manually deleted or your account is closed.

### Turn on dual region backup

Expand Down
Loading