Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.6.33
2.6.32
v2.6.32
IMPROVEMENTS
- add
--format
forlist
command which support json, yaml, csv, tsv, fix 1192, thanks @minguyen9988
2.6.31
2.6.30
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
andPOST /backup/restore_remote
to API - add
--hardlink-exists-files
todownload
andrestore_remote
, works only with backups created with 2.6.30 plus clickhouse-backup version, fix 1164 - add
hardlink_exists_files
to API forPOST /backup/download
andPOST /backup/restore_remote
, works only with backups created with 2.6.30 plus clickhouse-backup version, fix 1164
2.6.29
2.6.28
2.6.27
v2.6.27
IMPROVEMENTS
- add config option
configuration_backup_always
(default false), fix 1180 - add
clean_local_broken
CLI command andPOST /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 whenallow_parallel: true
, fix 966
BUG FIXES
- fix race condition for
server --watch
command, fix 1177
2.6.26
2.6.25
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
v2.6.24
IMPROVEMENTS
- add logs for retries, to allow figure out with blackbaze2 s3 compatible provider, rate limit errors