Skip to content

Can't restore table schema by clickhouse-backup after drop table statement #611

Answered by Slach
urix24 asked this question in Q&A
Discussion options

You must be logged in to vote

Your database engine is Atomic
you need to use

drop table temp3.test3 SYNC

instead of just drop table

or use
clichouse-backup- restore --drop --tables=temp3.test3 test3.bkp

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@urix24
Comment options

Answer selected by Slach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants