I have Riak installed on my machine and it's running (riak ping
returns 'pong').
How can I check which version of Riak I have?
I have Riak installed on my machine and it's running (riak ping
returns 'pong').
How can I check which version of Riak I have?
riak ping
to ensure your node is running, then:riak-admin status | grep riak_kv_version
appears to be the way.
riak_kv_version
is not the same thing asriak version
. See:http://lists.basho.com/pipermail/riak-users_lists.basho.com/2016-April/018319.html