Skip to content
Discussion options

You must be logged in to vote

You have several options:

  • Override node's data directory location. This won't update queue identities in the database but you can re-declare the queues, and if all queues in the system are transient, you won't have anything to update
  • Export and import definitions and import them into newly started blank node. This won't migrate the messages but can be good enough
  • Finally, the most complex migration option which migrates everything is Blue-Green deployment (it assumes that the original node can be started)

There used to be a command that updated the hostname part of internal queue identities but it was removed because it is not compatible with quorum queues and streams.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xixiangzouyibian
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants