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

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

type/feature-request

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

type/feature-request

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

type/feature-request

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

status/LGT1
component/external-storage
type/enhancement
needs-rebase

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 ![image](https://user-images.githubusercontent.com/59600278/115175755-32d6b000-a0fe-11eb-9362-58cb0519dd54.png) go1.15 ![image](https://user-images.githubusercontent.com/59600278/115175824-54379c00-a0fe-11eb-9ed4-5fe225dc6ae0.png) go1.16 ![image](https://user-images.githubusercontent.com/59600278/115175977-b1335200-a0fe-11eb-990f-4a46e76638d6.png)

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

component/restore
type/bug-fix
size/L

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

type/bug
severity/minor
component/restore

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

type/bug
difficulty/3-hard
priority/P2
severity/moderate

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

type/bug
severity/minor

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

type/feature-request
Priority/P1
do-not-merge/work-in-progress