-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 support for placement rules #32290
Comments
Details of the specification:
If the user does not want to restore the placement policies, or ignore the wrong policies, or restore the data to an earlier version of TiDB (unsupported placement policy), BR provides an ignore option
The option only can be used in |
To implement this. we need to do following things.
|
@3pointer I think |
|
After discussion. We can only provide |
For BR, when creating a full backup placement rules (all placement policies, not just those in use) will be dumped. Upon a full restore of a backup, they will be restored.
On a partial restore (i.e. one table) they will not be restored, since the behavior around restoring the policy first is unclear.
The text was updated successfully, but these errors were encountered: