Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
Release list
2.6.27
v2.6.27
IMPROVEMENTS
- add config option
configuration_backup_always(default false), fix 1180 - add
clean_local_brokenCLI command andPOST /backup/clean/local_brokenREST API, fix 1178 - create pid file in
/tmp/clickchouse-backup.backup_name.pidto avoid parallel work for the same backup even whenallow_parallel: true, fix 966
BUG FIXES
- fix race condition for
server --watchcommand, fix 1177
2.6.26
v2.6.26
BUG FIXES
object_disk.CopyObjectStreamingcan't copy files with size more 5Gb to S3, cause pass localSize 0 into PutFileAbsolute, fix 1176
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
2.6.23
2.6.22
v2.6.22
BUG FIXES
- fix corner cases when
server --watchaborts watch process whenbackups_to_keep_local: -1and--watch-delete-source=false, fix 1157, fix 1156, thanks @elliott-logrocket
2.6.21
v2.6.21
BUG FIXES
- final changes to fix backup for azblob disk behavior when
storage_account_urlcontains container as first part in hostname, fix 1153
2.6.20
v2.6.20
- fix backup for azblob disk behavior when
storage_account_urlcontains container as first part in hostname
2.6.19
v2.6.19
BUG FIXES
- fix
clickhouse_backup_number_backups_remoteandlast_backup_size_remotemetrics behavior inwatchcommand, fix 1152 - fix empty
pathand non-emptyobject_disk_pathconfig parameters, allows unexpected deletion backup object disk data, fix 859 - reproduce behavior
<metadata_path>parameter in clickhouse<storage_configuration>don't contain trailing slash, restore make hardlinks to wrong directory, look details in #859 (comment), ClickHouse/ClickHouse#80647 - fix backup for azblob disk behavior when
storage_account_urlcontains container as first part in hostname - fix wrong unescape special characters in table create query, fix 1151, affected aversions from 2.6.6 to 2.6.18, backups which created in these versions which contains
\in create table definition, requires manual replacing\to\\for properly restore.