Can I backup and restore ReplicatedMergeThree tables? #632
-
From the documentation, I still did not understand whether it is possible to backup and restore ReplicatedMergeThree tables without problems. This is very important in my case. |
Beta Was this translation helpful? Give feedback.
Answered by
nikola358
Apr 13, 2023
Replies: 1 comment 1 reply
-
Yes you can. You can use the clickhouse-backup-restore from https://github.com/AlexAkulov/clickhouse-backup/blob/master/Examples.md to restore them. I tested it with a clickhouse cluster with 3 shards and 2 replicas. After a shard is restored the data will be replicated as one would expect. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Programmeris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can. You can use the clickhouse-backup-restore from https://github.com/AlexAkulov/clickhouse-backup/blob/master/Examples.md to restore them. I tested it with a clickhouse cluster with 3 shards and 2 replicas. After a shard is restored the data will be replicated as one would expect.