br
br copied to clipboard
A command-line tool for distributed backup and restoration of the TiDB cluster data
## Feature Request ### Describe your feature request related problem: When we import a large amount of data, any error that occurs will break the whole process, which is annoying...
### What problem does this PR solve? This PR tries to prevent fake gcs server port conflicting by randomlize port number. Close #795 ### Check List Tests - Integration test...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. 1. Use lightning to import 9TB data...
## Feature Request Add a test for missing PR in #702. ### Describe your feature request related problem: PR #702 missed cherry-picking to release-4.0. but we didn't notice it. so...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Turn on cdc synchronization, perform a full...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. In release-4.0 , we found a case...
## Feature Request ### Describe your feature request related problem: At present , Tidb seem to be no periodic incremental backup . Has pingcap considered supporting this ? ### Describe...
### What problem does this PR solve? a kind of fix for https://github.com/pingcap/br/issues/1046 ### What is changed and how it works? besides pipeline backup and checksum, we can parallel them....
## Feature Request ### Describe your feature request related problem: For test automation, it's hard to read the lightning import result(import duration, checksum duration) from the logs. ### Describe the...
## Feature Request ### Describe your feature request related problem: Import 100T+ data quickly and easily! Currently Lightning is a single-process tool, and the import speed of a single process...