rabbitmq / rabbitmq-cli

Command line tools for RabbitMQ
Other
105 stars 34 forks source link

rename_cluster_node command is broken. #457

Closed lukebakken closed 4 years ago

lukebakken commented 4 years ago

Reported in this rabbitmq-users discussion:

https://groups.google.com/d/topic/rabbitmq-users/LZCh9n-LuZM/discussion

To reproduce:

rabbitmqctl shutdown
rabbitmqctl rename_cluster_node rabbit@HOST1 rabbit@HOST2

You will see an error about a missing mnesia directory.

lukebakken commented 4 years ago

@pjk25 suggested using the "rabbitmq cli integration" test suite to test.

lukebakken commented 4 years ago

Fixed by #458