Replies: 1 comment 1 reply
-
You should use partition_id instead of partition_name |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone!
I want to create dump only for specifics partitions in table, but I couldn't do it.
I've used partition name from system.parts and I got empty backup:
Command:
./clickhouse-backup create backup_name -c config-test.yml --table database.table --partitions "(20221031,'execution')"
Where is my mistake? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions