You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/rsync.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ You'll need to use `/data1/clickhouse` instead of `/var/lib/clickhouse` in the r
80
80
81
81
3. ClickHouse Docker container image does not have rsync installed. Add it using apt-get or run sidecar in k8s or run a service pod with volumes attached.
82
82
83
-
3. If you running rsync to multiple replicas or planning to use same (Zoo)Keeper ensemble forsource and destination ClickHouse servers, you need to remove server uuid file after syncing data with rsync.
83
+
4. If you running rsync to multiple replicas or planning to use same (Zoo)Keeper ensemble forsource and destination ClickHouse servers, you need to remove server uuid file after syncing data with rsync.
84
84
```sh
85
85
rm /var/lib/clickhouse/uuid
86
86
```
87
-
Otherwise, it can lead to hard to debug replication issues. Replicas will break each other sessions with (Zoo)Keeper.
87
+
Otherwise, it can lead to hard-to-debug replication issues. Replicas will break each other's sessions with (Zoo)Keeper.
0 commit comments