Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created December 20, 2018 11:14
Show Gist options
  • Save adfinlay/4a491e7f90497095027a4388b842c408 to your computer and use it in GitHub Desktop.
Save adfinlay/4a491e7f90497095027a4388b842c408 to your computer and use it in GitHub Desktop.
Clear RMQ management DB
#! /usr/bin/env bash
sudo rabbitmqctl eval 'supervisor2:terminate_child(rabbit_mgmt_sup_sup, rabbit_mgmt_sup), rabbit_mgmt_sup_sup:start_child().'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment