Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Releases: pingcap/br

br v4.0.2

16 Jul 05:49
e288e6b
Compare
Choose a tag to compare
br v4.0.2

br v4.0.1

16 Jul 05:50
78edafe
Compare
Choose a tag to compare
br v4.0.1

br v3.1.2

04 Jun 07:06
b342213
Compare
Choose a tag to compare

Feature

  • Support using AWS KMS for server-side encryption (SSE) when targeting the S3 storage #261

BugFix

  • Retry automatically when the network is poor to improve the stability with S3 and GCS storages #314 #7965
  • Fix a restoration failure that occurs because the Region leader cannot be found when restoring small tables #303
  • Fix a data loss issue during restoration when a table’s row ID exceeds 2^(63) #323
  • Fix the issue that empty databases and tables cannot be restored #318

br v4.0.0

28 May 04:37
e259093
Compare
Choose a tag to compare

Feature

  • Supports views and sequences.#242

BugFix

  • Improved robustness of restore, reducing chance of failure due to transient network error with cloud storage.#298
  • Fix the row data lost when row_id bigger than 9151314442816847872.#315

br v4.0.0-rc.2

15 May 10:37
2d64507
Compare
Choose a tag to compare
br v4.0.0-rc.2 Pre-release
Pre-release

Feature

  • Support automatically adjusting GC time during backup #257
  • Adjust PD parameters when restoring data to speed up the restoration #198

BugFix

  • Fix the issue that inserting data might trigger the duplicate entry error after BR restores a table with the auto_random attribute #241

br v3.1.1

30 Apr 07:44
167700e
Compare
Choose a tag to compare

BR (Backup and Restore)

BugFix

  • Fix the issue that after BR restores a table with the auto_random attribute, inserting data might trigger the duplicate entry error #241

br v4.0.0-rc.1

26 Apr 06:32
a7b498e
Compare
Choose a tag to compare
br v4.0.0-rc.1 Pre-release
Pre-release

BR (Backup and Restore)

Compatibility Changes

  • Support placing the S3/GCS options into the storage URL#246

BugFix

  • Fix the issue that the checksum operation is still executed when it is disabled #223
  • Fix the issue that incremental backup fails when TiDB enables auto-random or alter-pk #230
    #231

br v3.1.0

16 Apr 09:17
8c09bb5
Compare
Choose a tag to compare

BR (Backup and Restore)

Compatibility Changes

  • BR does not support restoring data from the TiKV cluster earlier than 3.1 GA #233

BugFix

  • Fix the issue that the checksum operation is still executed when it is disabled #223
  • Fix the issue that incremental backup fails when TiDB enables auto-random or alter-pk #230
    #231

br v4.0.0-rc

08 Apr 06:47
194a4ff
Compare
Choose a tag to compare
br v4.0.0-rc Pre-release
Pre-release

BR (Backup and Restore)

Feature

  • Optimize the log output #189

BugFix

br v3.1.0-rc

02 Apr 13:39
9b76002
Compare
Choose a tag to compare

BR (Backup and Restore)

Feature

  • Optimize the log output #189

BugFix:

  • Fix the issue that BR cannot restore the TiFlash cluster data #194