I have Riak (1.0.2) installed in my VMWare Workstation running Ubuntu Linux Natty. It's a single machine installation and not a cluster.
I changed my backend from BitCask to LevelDB to take advantage of secondary indices. However, now all my other data is inaccessible (I'm sure it's still there, just probably not compatible with the new backend).
How can I backup Riak data and make it accessible between backends?!
Thanks in advance.