br icon indicating copy to clipboard operation
br copied to clipboard

A command-line tool for distributed backup and restoration of the TiDB cluster data

Results 111 br issues
Sort by recently updated
recently updated
newest added

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...

type/bug
severity/moderate
component/backup

## 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...

first-time-contributor

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...

status/LGT1
component/restore
type/4.0-cherry-pick
type/enhancement
needs-rebase
cherry-pick-approved

## 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...

type/feature-request

## 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...

type/feature-request
component/restore

### 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`....

size/XL
needs-rebase

## 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...

type/feature-request

## 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...

type/feature-request

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 -...

type/bug
severity/moderate
component/backup
Unstable