We have a table with a tuple partitioning like this:
PARTITION BY (toStartOfInterval(timeStamp, toIntervalHour(1)), timePeriod)
Partition will look like this: 1727434800-4 and file name generated in bucket is default_1727434800%2D4_0_83_14.tar
If we issue clickhouse-backup delete remote <backupname> all prefixes in the s3 bucket will be deleted but the one with these filenames.
clickhouse-backup 2.6.1
We have a table with a tuple partitioning like this:
PARTITION BY (toStartOfInterval(timeStamp, toIntervalHour(1)), timePeriod)Partition will look like this:
1727434800-4and file name generated in bucket isdefault_1727434800%2D4_0_83_14.tarIf we issue
clickhouse-backup delete remote <backupname>all prefixes in the s3 bucket will be deleted but the one with these filenames.clickhouse-backup 2.6.1