Skip to content

Releases: pingcap/br

br v5.1.5

28 Dec 03:27
1a12817
Compare
Choose a tag to compare

Bug fixes

  • Fix the issue that system tables cannot be restored because concurrently backing up system tables makes the table name fail to update #29710

br v5.1.4

21 Feb 13:41
3ac0ac1
Compare
Choose a tag to compare

Bug fixes

  • Fix the potential issue that Regions might be unevenly distributed after a restore operation is finished #30425

br v5.0.6

30 Dec 13:52
a135dc5
Compare
Choose a tag to compare

Improvements

  • Retry BR tasks when encountering the PD request error or the TiKV I/O timeout error #27787

Bug fixes

  • Fix a bug that the average speed is inaccurately calculated for backup and restore #1405

br v4.0.16

17 Dec 08:27
e1b36e7
Compare
Choose a tag to compare

Improvements

  • Improve the robustness of restoring #27421

br v5.1.3

03 Dec 09:13
1eb2415
Compare
Choose a tag to compare

There is no release note for this version.

br v5.1.2

27 Sep 02:44
1eb2415
Compare
Choose a tag to compare

Bug Fixes

  • Fix the issue that the average speed is not accurate during data backup and restore #1405

br v4.0.15

23 Sep 09:35
2ca9fa2
Compare
Choose a tag to compare

Improvements

  • Split and scatter Regions concurrently to improve restore speed #1429
  • Retry BR tasks when encountering the PD request error or the TiKV I/O timeout error #1433
  • Reduce empty Regions when restoring many small tables to avoid affecting cluster operation after the restore #1374 #1432
  • Perform the rebase auto id operation while creating tables, which saves the separate rebase auto id DDL operations to speed up restore #1424

Bug fixes

  • Fix a bug that the average speed is inaccurate in backup and restore #1410

br v5.0.5

02 Dec 14:36
cf2b43a
Compare
Choose a tag to compare

There is no release note for this version.

br v5.0.4

14 Sep 08:42
cf2b43a
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug that all system tables are filtered during restore #1197 #1201
  • Fix the issue that Backup & Restore reports the error of "file already exists" when TDE is enabled during the restore #1179

br v5.1.1

30 Jul 07:33
a34cc3d
Compare
Choose a tag to compare

Bug fixes

  • Fix the issue that the size of the data to restore is incorrectly calculated #1270
  • Fix the issue of missed DDL events that occurs when restoring from cdclog #870