Skip to content

Instantly share code, notes, and snippets.

@fprimex
Created August 15, 2012 22:52
Show Gist options
  • Save fprimex/3364431 to your computer and use it in GitHub Desktop.
Save fprimex/3364431 to your computer and use it in GitHub Desktop.
service riak stop
# check for and kill any running beam processes
cd /var/lib/riak/
rm -rf ring
rm -rf leveldb
# double check your app.config and vm.args and ensure they have the desired settings
service riak start
# Once this is done on all of the nodes, join nodes 2-8 to the first node
riak-admin join 'node1name@ip'
# reload data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment