Backup. From Cluster
<clickhouse>
<remote_servers replace="true">
<ch_cluster>
<secret>cluster-pass123</secret>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>10.10.99.120</host>
<port>9000</port>
</replica>
<replica>
<host>10.10.99.121</host>
<port>9000</port>
</replica>
</shard>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>10.10.99.122</host>
<port>9000</port>
</replica>
<replica>
<host>10.10.99.123</host>
<port>9000</port>
</replica>
</shard>
</ch_cluster>
</remote_servers>
</clickhouse>
Last updated