You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix corner cases when server --watch aborts watch process when backups_to_keep_local: -1 and --watch-delete-source=false, fix 1157, fix 1156, thanks @elliott-logrocket
fix clickhouse_backup_number_backups_remote and last_backup_size_remote metrics behavior in watch command, fix 1152
fix empty path and non-empty object_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.