Skip to content

Releases: Altinity/clickhouse-backup

2.6.1

13 Sep 09:15
7fa1efa
Compare
Choose a tag to compare

v2.6.1

BUG FIXES

  • fix unnecessary warnings in allow_object_disk_streaming: true behavior during restore
  • fix stuck with gcs.clientPool.BorrowObject error: Timeout waiting for idle object cause OBJECT_DISK_SERVER_SIDE_COPY_CONCURRENCY has default value 32, but it much more than calculated default pool

2.6.0

29 Aug 18:51
Compare
Choose a tag to compare

v2.6.0

IMPROVEMENTS

  • add rbac-only and configs-only parameters to POST /backup/create and POST /backup/restore API calls
  • add allow_object_disk_streaming config option which will make object disk backup when CopyObject failed or when Object Storage have incompatible types, fix 979
  • add operation_id to callback, fix 995 thanks @manasmulay

2.5.29

14 Aug 12:49
Compare
Choose a tag to compare

v2.5.29

BUG FIXES

  • fix corner case for backup/restore RBAC object with trailing slash, warn /clickhouse/access//uuid have no children, skip Dump

2.5.28

13 Aug 17:44
Compare
Choose a tag to compare

v2.5.28

BUG FIXES

  • fix corner cases for wrong _last metrics calculation after restart, fix 980

2.5.27

09 Aug 18:56
Compare
Choose a tag to compare

v2.5.27

IMPROVEMENTS

  • update Dockerfile and Makefile to speedup cross-plaform building

BUG FIXES

  • update clickhouse-go/v2, try fix 970

2.5.26

07 Aug 17:43
Compare
Choose a tag to compare

v2.5.26

BUG FIXES

  • fix corner cases when /var/lib/clickhouse/access already broken, fix 977
  • finish migrate from apex/log to rs/zerolog, fix 624, thanks @rdmrcv

2.5.25

06 Aug 05:05
Compare
Choose a tag to compare

v2.5.25

BUG FIXES

  • fix corner cases for wrong parsing RBAC name, during resolve conflict for complex multi line RBAC objects, fix 976

2.5.24

05 Aug 19:31
Compare
Choose a tag to compare

v2.5.24

BUG FIXES

  • fix corner cases object disk parse endpoint for S3, to avoid wrong .amazonaws.amazonaws.com suffix

2.5.23

04 Aug 13:24
Compare
Choose a tag to compare

v2.5.23

BUG FIXES

  • fix corner case for LOG_LEVEL + --env, fix 972

2.5.22

03 Aug 19:15
Compare
Choose a tag to compare

v2.5.22

IMPROVEMENTS

  • redirect logs into stderr instead of stdout, fix 969
  • migrate from apex/log to rs/zerolog, fix RaceConditions, fix 624,see details apex/log#103