Skip to content

Instantly share code, notes, and snippets.

@ingenthr
Created May 23, 2012 19:59
Show Gist options
  • Select an option

  • Save ingenthr/2777410 to your computer and use it in GitHub Desktop.

Select an option

Save ingenthr/2777410 to your computer and use it in GitHub Desktop.
Finding and restarting the master node (not what you think it is) in Couchbase Server
wget -O- --user=Administator --password=asdasd --post-data="M = mb_master:master_node(), rpc:call(M, erlang,apply, [fun () -> exit(whereis(mb_master), kill) end, []])." http://lh:8091/diag/eval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment