Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.6.23
2.6.22
v2.6.22
BUG FIXES
- fix corner cases when
server --watch
aborts watch process whenbackups_to_keep_local: -1
and--watch-delete-source=false
, fix 1157, fix 1156, thanks @elliott-logrocket
2.6.21
2.6.20
v2.6.20
- fix backup for azblob disk behavior when
storage_account_url
contains container as first part in hostname
2.6.19
v2.6.19
BUG FIXES
- fix
clickhouse_backup_number_backups_remote
andlast_backup_size_remote
metrics behavior inwatch
command, fix 1152 - fix empty
path
and non-emptyobject_disk_path
config 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_url
contains 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.