Reset RabbitMQ (Manjaro linux)

Posted Over 6 years ago. Visible to the public.

To reset RabbitMQ Mnesia database ensure that RabbitMQ process is running on your system. Then stop the running application:

sudo rabbitmqctl stop_app

After that run the command:

sudo rabbitmqctl reset

And then start the app:

sudo rabbitmq start_app
konjoot
Last edit
Over 6 years ago
konjoot
Posted by konjoot to wiki (2017-11-28 08:04)