Skip to content

Instantly share code, notes, and snippets.

@aellispierce
Created January 14, 2016 21:13
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 aellispierce/37d86b0a1160c0a6d2f3 to your computer and use it in GitHub Desktop.
Save aellispierce/37d86b0a1160c0a6d2f3 to your computer and use it in GitHub Desktop.
title
Upgrading Riak

Upgrading Riak

Riak is required to run Spreedly. There are installation scripts for Riak in the bootstrap project. Run it to get the new version compiled and installed.

$ pwd
~/dev
$ bootstrap/script/riak clean
$ bootstrap/script/riak

Riak 2.1.3 should now be built to bootstrap/vendor/riak/rel/riak. Verify its installation by confirming the existence of the client binaries:

$ ls bootstrap/vendor/riak/rel/riak/bin/riak-admin
vendor/riak/rel/riak/bin/riak-admin

Next, to upgrade your riak_test_server

$ docker-machine restart riaktest
$ docker pull ntalbott/riak_test_server:latest
$ script/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment