Skip to content

Commit 6680d8b

Browse files
Fix formatting and update rsync instructions
1 parent 4d71c69 commit 6680d8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration

content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/rsync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ You'll need to use `/data1/clickhouse` instead of `/var/lib/clickhouse` in the r
8080
8181
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.
8282
83-
3. If you running rsync to multiple replicas or planning to use same (Zoo)Keeper ensemble for source 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 for source and destination ClickHouse servers, you need to remove server uuid file after syncing data with rsync.
8484
```sh
8585
rm /var/lib/clickhouse/uuid
8686
```
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

Comments
 (0)