RabbitMQ lost user info
RabbitMQ
lost user info
After rebooting, the rabbit user info lost.
Cause
Because RabbitMQ stores info by hostname.
Hostname had been changed, so RabbitMQ getting info by the new hostname failed
Solution
To add fixed node
1 | echo 'NODENAME=rabbit@info' | sudo tee -a /etc/rabbitmq/rabbitmq-env.conf |