Skip to content

Releases: Altinity/clickhouse-backup

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

2.5.15

21 Jun 09:50
Compare
Choose a tag to compare

v2.5.15

IMPROVEMENTS

  • increase s3_request_timeout_ms (23.7+) and turn off s3_use_adaptive_timeouts (23.11+) when use_embedded_backup_restore: true

BUG FIXES

  • fix hangs create and restore when CLICKHOUSE_MAX_CONNECTIONS=0, fix 933
  • remove obsolete CLICKHOUSE_EMBEDDED_BACKUP_THREADS, CLICKHOUSE_EMBEDDED_BACKUP_THREADS these settings could configure only via server level, not profile and query settings after 23.3

2.5.14

14 Jun 12:36
Compare
Choose a tag to compare

v2.5.14

IMPROVEMENTS

  • add http_send_timeout=300, http_receive_timeout=300 to embedded backup/restore operations
  • explicitly set allow_s3_native_copy and allow_azure_native_copy settings when use_embedding_backup_restore: true

BUG FIXES

  • remove too aggressive logs for object disk upload and download operations during create and restore commands execution