-
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
log backup: hidden the log backup and restore point #34991
Conversation
Signed-off-by: joccau <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@joccau: GitHub didn't allow me to request PR reviews from the following users: kuafou. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. |
/cc @fengou1 |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/cf7e02fd0f9ac4d9e85e176a1bb3836e28035bff |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8eda0c3
|
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.1 in PR #34997 |
TiDB MergeCI notify
|
Signed-off-by: joccau [email protected]
What problem does this PR solve?
Issue Number: close #35002
Problem Summary:
What is changed and how it works?
PiTR future is support in version 6.1.0, in which we hidden the
br log
andbr restore point
.Check List
Tests
Manual test
before hidden
![image](https://user-images.githubusercontent.com/57036248/170535428-e5495f84-5a34-4ebc-9924-8b8e671b9e5b.png)
![image](https://user-images.githubusercontent.com/57036248/170535558-9b694e84-9cfa-4b39-a6c0-c58c52b3a67b.png)
after hidden
![image](https://user-images.githubusercontent.com/57036248/170535686-c85f86b0-5893-431e-95a1-2e7dc32396ad.png)
![image](https://user-images.githubusercontent.com/57036248/170535784-0ee2c021-b79a-4c7a-893c-54445281bfc6.png)
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.