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

update br faq #6060

Merged
merged 3 commits into from
Jul 30, 2021
Merged
Changes from 2 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
4 changes: 1 addition & 3 deletions br/backup-and-restore-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ To reduce the impact on the cluster, you can use the `--ratelimit` parameter to

## Does BR back up system tables? During data restoration, do they raise conflict?

The system schemas (`information_schema`, `performance_schema`, `mysql`) are filtered out during full backup. For more details, refer to the [Backup Principle](/br/backup-and-restore-tool.md#implementation-principles).

Because these system schemas do not exist in the backup files, no conflict occurs among system tables during data restoration.
Before v5.1.0, BR filtered out data from the system schema mysql during the backup. Since v5.1.0, BR backs up all data by default, including the system schemas mysql.*. But the technical implementation of restoring the system tables in mysql.* is not complete yet, so the tables in the system schema mysql are not restored by default. For more details, refer to the [Back up and restore table data in the mysql system schema](/br/backup-and-restore-tool.md#back-up-and-restore-table-data-in-the-mysql-system-schema-experimental-feature).
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

## What should I do to handle the `Permission denied` or `No such file or directory` error, even if I have tried to run BR using root in vain?

Expand Down