Skip to content

Releases: Altinity/clickhouse-backup

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

2.5.13

14 Jun 11:38
Compare
Choose a tag to compare

v2.5.13

IMPROVEMENTS

  • return error instead of warning when replication in progress during restore operation

BUG FIXES

  • fixed wrong persistent behavior override for --env parameter when use it with API server, all 2.5.x versions was affected
  • fixed errors during drop exists RBAC objects which contains special character, fix 930

2.5.12

04 Jun 12:12
Compare
Choose a tag to compare

v2.5.12

BUG FIXES

  • fixed corner case in API server hang when watch background command failures, fix 929 thanks @tadus21
  • remove requirement compression: none for use_embedded_backup_restore: true
  • refactored to fix corner case for backup size calculation for Object disks and Embedded backup, set consistent algorithm for CLI and API list command behavior

2.5.11

30 May 02:43
Compare
Choose a tag to compare

v2.5.11

BUG FIXES

  • fixed another corner case for restore --data=1 --env=CLICKHOUSE_SKIP_TABLE_ENGINES=liveview,WindowView