Clickhouse Backup Versions Save

Tool for easy ClickHouse backup and restore using object storage for backup files.

v2.4.34

2 months ago

v2.4.34

BUG FIXES

  • fixed wrong behavior for CLICKHOUSE_SKIP_TABLES_ENGINES for engine=EngineName without parameters

v2.4.33

3 months ago

v2.4.33

BUG FIXES

  • fixed wrong anonymous authorization for service account for GCS, added GCS_SKIP_CREDENTIALS fix 848, fix 847, thanks @sanadhis

v2.4.32

3 months ago

v2.4.32

IMPROVEMENTS

  • added ability to make custom endpoint for GCS, fix 837, thanks @sanadhis

BUG FIXES

  • fixed wrong config validation for object_disk_path even when no object disk present in backup during restore, fix 842

v2.4.31

3 months ago

v2.4.31

IMPROVEMENTS

  • add check_sum_algorithm parameter for s3 config section with "" default value, to avoid useless CPU usage during upload to S3 storage, additional fix 829
  • upload will delete local backup if upload successful, fix 834

BUG FIXES

  • fix miss checksum for CopyObject in s3, fix 835, affected 2.4.30
  • fix wrong behavior for restore --rbac-only and restore --rbac for backups which not contains any schema, fix 832

v2.4.30

3 months ago

v2.4.30

BUG FIXES

  • fix download command corner cases for increment backup for tables with projections, fix 830
  • more informative error during try to restore not exists local backup
  • fix upload command for S3 when object lock policy turned on, fix 829

v2.4.29

3 months ago

v2.4.29

IMPROVEMENTS

  • add AZBLOB_DEBUG environment and debug config parameter in azblob section

BUG FIXES

  • force set RefCount to 0 during restore for parts in S3/GCS over S3/Azure disks, for properly works DROP TABLE / DROP DATABASE
  • use os.Link instead os.Rename for ClickHouse 21.4+, to properly create backup object disks
  • ignore frozen_metadata during, create, upload, download and restore commands, fix 826
  • allow_parallel: true doesn't work after execute list command, fix 827
  • fix corner cases, when disk have encrypted type and underlying disk is object storage

v2.4.28

3 months ago

v2.4.28

IMPROVEMENT

BUG FIXES

  • fix deletion for object_disk_path and embedded backups, after upload to properly respect backups_to_keep_remote

v2.4.27

3 months ago

v2.4.27

BUG FIXES

  • fix deletion for object_disk_path (all backups with S3, GCS over S3, AZBLOB disks from 2.4.0-2.4.25 didn't delete properly their data from backup bucket)

v2.4.26

3 months ago

v2.4.26

IMPROVEMENTS

  • improve re-balance disk during download if disk not exists in system.disks. Use least used for local disks and random for object disks, fix 561 BUG FIXES
  • fix regression check_parts_columns for Enum types (2.4.24+), fix 823
  • properly applying marcos to object_disk_path during delete
  • fix deletion for object_disk_path (all backups with S3, GCS over S3, AZBLOB disks from 2.4.0-2.4.25 didn't delete properly their data from backup bucket)

v2.4.25

4 months ago

v2.4.25

BUG FIXES

  • fix --restore-table-mapping corner cases for when destination database contains special characters , fix 820