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: At present, when there is an error in the BR backup, the error message that the user sees is not...
## Feature Request ### Describe your feature request related problem: Part of #325, After https://github.com/pingcap/ticdc/issues/768 TiCDC support external storage. BR then has the ability to decode the log data to...
## Feature Request ### Describe your feature request related problem: When backup lots of tables(60k+), the default checksum-concurrency(4) might cost too much CPU resources. When backup a big table, the...
### What problem does this PR solve? It was previously found that Dumpling cannot upload files larger than 50 GB to S3. This is because we used multi-part upload to...
The PingCAP company is upgrading the go version from 1.13 to 1.16. Is this a compilation error caused by go version? go1.13  go1.15  go1.16 
### What problem does this PR solve? when auto_increment id reached max.Int64, it can backs up success. but failed when restore. we should handle this situation. ### What is changed...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. br restore sql compatible test data 2....
1. What did you do? Perform restore with dataset 2T size, restore progress bar is inaccurate, after check the [code](https://github.com/pingcap/br/blob/6268cde45e6a05b5e46d1208b31ea18a1770b8ba/pkg/restore/split.go#L137) found that progress has increase more than `len(keys)` when split...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. br restore from an non-exist region on...
## Feature Request ### Describe your feature request related problem: Part of #325. For a good experience, allow users to call PITR's building block features in SQL ## Task List...