Replies: 1 comment
-
Hope I didn't waste anyone's time, we ended up identifying a table that was failing to replicate using the steps provided here and dropped/recreated that table and restores are now working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble restoring a backup on a clickhouse cluster. I have taken the following steps:
clickhouse-backup create_remote <backup_name>
clickhouse-backup restore_remote --rm --schema <backup_name>
clickhouse-backup restore_remote --rm <backup_name>
Here is an example of the error I'm receiving:
Can someone help me understand what I'm doing wrong? Our cluster is one shard with three replicas that was working up until this issue.
Beta Was this translation helpful? Give feedback.
All reactions