Last active
December 20, 2015 17:59
-
-
Save bugra-derre/6172409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Stop the Riak node | |
sudo riak stop | |
#Delete the directory ring/ in your Riak data directory | |
sudo rm -r /var/lib/riak/ring | |
#Change the Node Name | |
sudo nano /etc/riak/vm.args #Change {-name [email protected] to correct IP address} | |
#Change the HTTP and Protocol Buffers binding address | |
sudo nano /etc/riak/app.config #Change {http, [ {"127.0.0.1", 8098 } ] in riak_core section}, {https, [ {"127.0.0.1", 8098 } ] in riak_core section}, {pb, "127.0.0.1" in riak_kv section} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment