Skip to content

Releases: Altinity/clickhouse-backup

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

2.5.21

02 Aug 03:21
Compare
Choose a tag to compare

v2.5.21

IMPROVEMENTS

  • switch from docker-compose (python) to docker compose (golang)
  • add parallel integration test execution fix 888

BUG FIXES

  • properly handle log_pointer=1 corner case for check_replica_before_attach: true, fix 967
  • properly handle empty output for list command when remote_storage: custom, fix 963, thanks @straysh
  • fix corner cases when connect to S3 provider with self-signed TLS certificates, check S3_DISABLE_CERT_VALIDATION=true in tests fix 960

2.5.20

04 Jul 14:52
Compare
Choose a tag to compare

v2.5.20

IMPROVEMENTS

BUG FIXES

  • remove trailing / from object_disk_path to properly create and restore, fix 946