Restore partition on separate table #1144
-
There is a scenario where I want to create a new table with exact structure as of an existing table and restore some records of a partition to the newly created table. If I do restore in this manner: And if I don't provide table name it will restore every table of every db which is not an ideal scenario in this case. Is there a way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
try |
Beta Was this translation helpful? Give feedback.
try
clickhouse-backup restore --partitions=XXX --table=db.table --restore-database-mapping=db:gd_test