Skip to content

Instantly share code, notes, and snippets.

@philmill
Created June 18, 2015 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philmill/ef27219c0534c21a7c3e to your computer and use it in GitHub Desktop.
Save philmill/ef27219c0534c21a7c3e to your computer and use it in GitHub Desktop.
Rabbitmq Upgrade Gotcha

Homebrew Upgrade of Rabbitmq Gotcha

If you recieve something like {could_not_start,rabbit,{previous_upgrade_failed,{rabbit,start,[normal,[]]}}}, searching for could_not_start didn't provide me with much help.

Remove previous mnesia contents

For rabbitmq: stable 3.5.3 this is located at /usr/local/var/lib/rabbitmq/mnesia/.

Simply rm -rf * to remove all of it's contents.

Note this will remove all your messages, but in development, this wasn't a concern.

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