Is it possible to migrate rabbitmq mnesia data when sever hostname changes ? #12289
-
Community Support Policy
RabbitMQ version used3.13.5 How is RabbitMQ deployed?RPM package Steps to reproduce the behavior in questionWhen server host name changes, the rabbitmq will be installed as new node name. For example, the sever host name changed from A to B. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have several options:
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. |
Beta Was this translation helpful? Give feedback.
You have several options:
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.