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
create pid file in `/var/lib/clickhouse/backup/backup_name/clickchous…
…e-backup.pid` to avoid parallel work for the same backup even when `allow_parallel: true`, fix#966
Signed-off-by: Slach <bloodjazman@gmail.com>
`object_disk.CopyObjectStreaming` can't copy files with size more 5Gb…
… to S3, cause pass localSize 0 into PutFileAbsolute, fix#1176
Signed-off-by: Slach <bloodjazman@gmail.com>
final changes to fix backup for azblob disk behavior when `storage_ac…
…count_url` contains container as first part in hostname, fix#1153
Signed-off-by: Slach <bloodjazman@gmail.com>
fix backup for azblob disk behavior when `storage_account_url` contai…
…ns container as first part in hostname
Signed-off-by: Slach <bloodjazman@gmail.com>