br
br copied to clipboard
A command-line tool for distributed backup and restoration of the TiDB cluster data
Please answer these questions before submitting your issue. Thanks! 1. What did you do? backup tidb v4.0.9 data via br v4.0.8 2. What did you expect to see? There are...
## Question I have a table(kv size:34GB).When i use br to backup it locally. The sst file is about 4.4GB. I just want to know what will br send when...
### What problem does this PR solve? see https://github.com/pingcap/ticdc/issues/1415 ### What is changed and how it works? ### Check List Tests - Unit test Code changes - Has exported function/method...
cherry-pick #645 to release-4.0 You can switch your code base to this Pull Request by using [git-extras](https://github.com/tj/git-extras): ```bash # In br repo: git pr https://github.com/pingcap/br/pull/729 ``` After apply modifications, you...
## Feature Request ### Describe your feature request related problem: The backup feature of TiDB is currently executed by a tool `br`. Now user can only monitoring the running of...
## Feature Request ### Describe your feature request related problem: When restoring many tables, it cost too many time for creating table, rebase auto ID or things likewise. ### Describe...
### What problem does this PR solve? When using Lightning to load from S3, the non-environmental access key and secret key have to be provided through URL parameters in `mydumper.data-source-dir`....
## Feature Request ### Describe your feature request related problem: When the cluster has lots of locks to be resolved, BR will clean them one by one which will increase...
## Feature Request ### Describe your feature request related problem: When using the lightning , the csv file in the data-source-dir path is not named according to the correct naming...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. - Run br restore from S3 -...