Skip to content

Releases: Altinity/clickhouse-backup

2.6.33

05 Aug 18:11
Compare
Choose a tag to compare

v2.6.33

BUG FIXES

  • add creation integration tables for POST /restart and kill -SIGHUP reaction, fix 1195

2.6.32

02 Aug 16:45
Compare
Choose a tag to compare

v2.6.32

IMPROVEMENTS

  • add --format for list command which support json, yaml, csv, tsv, fix 1192, thanks @minguyen9988

2.6.31

01 Aug 03:05
Compare
Choose a tag to compare

v2.6.31

IMPROVEMENTS

  • implements IRSA inherit when we provide different serviceAccount and assume_role_arn in s3 config section, fix 1191
  • add object labels configs to e2e integration tests
  • add publish docker images into ghcr.io/altinity/clickhouse-backup, fix 389

2.6.30

29 Jul 13:27
Compare
Choose a tag to compare

v2.6.30

IMPROVEMENTS

  • add in REST API operation_id to result for all asynchronous commands (create,upload,download,restore) which allow poll /backup/status more precise, fix 1189, thanks @lepetitops
  • add POST /backup/create_remote and POST /backup/restore_remote to API
  • add --hardlink-exists-files to download and restore_remote, works only with backups created with 2.6.30 plus clickhouse-backup version, fix 1164
  • add hardlink_exists_files to API for POST /backup/download and POST /backup/restore_remote, works only with backups created with 2.6.30 plus clickhouse-backup version, fix 1164

2.6.29

16 Jul 16:02
Compare
Choose a tag to compare

v2.6.29

BUG FIXES

  • respect local timezone when show backup time in list, fix 1185

2.6.28

15 Jul 17:16
Compare
Choose a tag to compare

v2.6.28

BUG FIXES

  • time layout for watch backup name shall respect TZ environment variable, fix 1184

2.6.27

14 Jul 08:45
Compare
Choose a tag to compare

v2.6.27

IMPROVEMENTS

  • add config option configuration_backup_always (default false), fix 1180
  • add clean_local_broken CLI command and POST /backup/clean/local_broken REST API, fix 1178
  • create pid file in /tmp/clickchouse-backup.backup_name.pid to avoid parallel work for the same backup even when allow_parallel: true, fix 966

BUG FIXES

  • fix race condition for server --watch command, fix 1177

2.6.26

08 Jul 11:57
Compare
Choose a tag to compare

v2.6.26

BUG FIXES

  • object_disk.CopyObjectStreaming can't copy files with size more 5Gb to S3, cause pass localSize 0 into PutFileAbsolute, fix 1176

2.6.25

05 Jul 20:45
Compare
Choose a tag to compare

v2.6.25

IMPROVEMENTS

  • change retries from constant to exponential backoff and add RETRIES_JITTER configuration option, to avoid same time retries from parallel operation

2.6.24

04 Jul 15:59
Compare
Choose a tag to compare

v2.6.24

IMPROVEMENTS

  • add logs for retries, to allow figure out with blackbaze2 s3 compatible provider, rate limit errors