1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update upgrading_cluster.md

This commit is contained in:
Ginger Collison 2019-06-05 17:11:27 -05:00 committed by GitHub
parent e22bcf3938
commit acfbe94a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,4 +83,4 @@ nats-server -D -p 4333 -cluster nats://localhost:6333 -routes nats://localhost:6
nats-server -D -p 4444 -cluster nats://localhost:6444 -routes nats://localhost:6222 nats-server -D -p 4444 -cluster nats://localhost:6444 -routes nats://localhost:6222
``` ```
Once they connect to the 'seed server', the will learn about all the other servers and connect to each other forming the full mesh. Once they connect to the 'seed server', they will learn about all the other servers and connect to each other forming the full mesh.