Skip to content

Instantly share code, notes, and snippets.

@caarmen
Created June 30, 2023 15:33
Show Gist options
  • Save caarmen/e77dc98b3de1f966db1b0d02f4b60680 to your computer and use it in GitHub Desktop.
Save caarmen/e77dc98b3de1f966db1b0d02f4b60680 to your computer and use it in GitHub Desktop.
reinstall rabbitmq on ubuntu

Clear zfs snapshots:

Uninstall rabbitmq:

sudo apt-get remove --auto-remove rabbitmq-server
sudo apt-get purge --auto-remove rabbitmq-server

Reinstall it: Run the whole cloudsmith quickstart script: https://www.rabbitmq.com/install-debian.html#apt-quick-start-cloudsmith

If the management console (http api on port 15672) isn't running, enable it: sudo rabbitmq-plugins enable rabbitmq_management

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment