Skip to content

Releases: Altinity/clickhouse-backup

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

2.5.19

03 Jul 13:48
Compare
Choose a tag to compare

v2.5.19

BUG FIXES

  • fix restore --rbac behavior when RBAC objects contains -, . or any special characters new fixes for 930

2.5.18

03 Jul 06:28
Compare
Choose a tag to compare

v2.5.18

BUG FIXES

  • add clean command to POST /backup/actions API handler, fix 945

2.5.17

30 Jun 16:38
Compare
Choose a tag to compare

v2.5.17

BUG FIXES

  • Fix wrong restoration of Materialized views with view name starting with digits for --restore-table-mapping, fix 942, thanks @praveenthuwat

2.5.16

28 Jun 03:13
Compare
Choose a tag to compare

v2.5.16

BUG FIXES

  • allow backup/restore tables and databases which contains additional special characters set, fix 938
  • properly restore environment variables to avoid failures in config.ValidateConfig in REST API mode, fix 940