-
Notifications
You must be signed in to change notification settings - Fork 688
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
tidb-lightning,br: replaced black-white-list by table-filter #3065
Conversation
Co-authored-by: Ran <[email protected]>
@WangXiangUSTC PTAL. Thanks~ |
@@ -151,7 +151,7 @@ | |||
+ [Configure](/tidb-lightning/tidb-lightning-configuration.md) | |||
+ Key Features | |||
+ [Checkpoints](/tidb-lightning/tidb-lightning-checkpoints.md) | |||
+ [Table Filter](/tidb-lightning/tidb-lightning-table-filter.md) | |||
+ [Table Filter](/table-filter.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe remove this since other tools also have table filter
feature
Co-authored-by: 3pointer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ran-huang,Thanks for your review. |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #3138 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #3139 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #3140 |
…3140) * cherry pick #3065 to release-4.0 Signed-off-by: ti-srebot <[email protected]> * update aliases * fix aliases Co-authored-by: kennytm <[email protected]> Co-authored-by: Ran <[email protected]>
…3138) Signed-off-by: ti-srebot <[email protected]>
…3139) Signed-off-by: ti-srebot <[email protected]>
What is changed, added or deleted? (Required)
This PR documented the "table filter" feature shared by all new TiDB ecosystem tools, superseding the old "black-white-list" feature. The documentation is heavily copied from https://github.com/pingcap/tidb-tools/blob/master/pkg/table-filter/README.md.
The feature is / will be available in
The Lightning docs have been revised for this. The existing "black-white-list" page has been redirected to the shared reference. ("black-white-list" still works but are no longer recommended. Therefore we don't bother to rename these into "block-allow-list")
The BR docs have been expanded to describe
-f
.Dumpling is untouched, but whoever translating pingcap/docs-cn#3541 should point the link in
--filter
to this new document rather than the README.md.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
This PR is translated from:
Other reference link(s):
This PR documents features included in
backup full
andrestore full
br#313Translator working on update dumpling backup document docs-cn#3541 should be aware of this PR.