Skip to content
Discussion options

You must be logged in to vote

Joining nodes from two separate clusters is a curious migration strategy that the core team never recommends anywhere.

Blue/Green deployment is what should be done instead.

Our team does not maintain any charts but I assume it uses Kubernetes peer discovery. While you
can form a cluster using peer discovery and manually add nodes, this is very rarely done.

rabbitmqctl join_cluster [existing cluster member]

by default will connect to a local node. Use --node if you want to tell a different node to connect to target cluster member. Before you do so, the node must be reset, as in, ALL of its data
must be wiped out so that it can sync from [existing cluster member]. Which is why this cluster…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by vjwilson1987
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@vjwilson1987
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #7847 on April 05, 2023 14:33.