4

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?

Nathan Long
  • 1,545
  • 7
  • 22
  • 38

2 Answers2

9

riak ping to ensure your node is running, then:

riak-admin status | grep riak_kv_version

Adam
  • 191
  • 3
0
$ riak version

appears to be the way.

riak_kv_version is not the same thing as riak version. See:

http://lists.basho.com/pipermail/riak-users_lists.basho.com/2016-April/018319.html

Nathan Long
  • 1,545
  • 7
  • 22
  • 38
dbyron
  • 116
  • 1