Skip to content

Backed table with PARTITION BY (a,b) cannot be deleted from remote #1015

@lesandie

Description

@lesandie

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions