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

Releases: pingcap/br

br v4.0.2

Choose a tag to compare

@overvenus overvenus released this 16 Jul 05:49
e288e6b
br v4.0.2

br v4.0.1

Choose a tag to compare

@overvenus overvenus released this 16 Jul 05:50
78edafe
br v4.0.1

br v3.1.2

Choose a tag to compare

@3pointer 3pointer released this 04 Jun 07:06
b342213

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

Choose a tag to compare

@3pointer 3pointer released this 28 May 04:37
e259093

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

br v4.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@3pointer 3pointer released this 15 May 10:37
2d64507

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

Choose a tag to compare

@3pointer 3pointer released this 30 Apr 07:44
167700e

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

br v4.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@3pointer 3pointer released this 26 Apr 06:32
a7b498e

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

Choose a tag to compare

@3pointer 3pointer released this 16 Apr 09:17
8c09bb5

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

br v4.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@3pointer 3pointer released this 08 Apr 06:47
194a4ff

BR (Backup and Restore)

Feature

  • Optimize the log output #189

BugFix

br v3.1.0-rc

Choose a tag to compare

@3pointer 3pointer released this 02 Apr 13:39
9b76002

BR (Backup and Restore)

Feature

  • Optimize the log output #189

BugFix:

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