Re: Backup Riak

2014-05-09 Thread Tom Santero
Hi Anita, That list + your app.config and vm.args will suffice. See: http://docs.basho.com/riak/latest/ops/running/backups/ Regards, Tom On Fri, May 9, 2014 at 6:58 AM, Anita Wong wrote: > I am a developer for a on-premises service that is hosted in our > customers’ data-center. > > My service

Re: trouble enabling strong consistency in riak_2.0.0beta1-1

2014-05-09 Thread Andrew Stone
Oops. Didn't reply to the list. Sorry for the dupe Matt. Hi Matt, My guess is that this has to do with a fairly recent change to the cluster join mechanism. Try attaching to the erlang shell with "riak attach" and running the following command: riak_ensemble_manager:enable(). In the future a r

Re: Error starting riak server

2014-05-09 Thread Brian Roach
Looking at your logs, they all show: Error loading "erlang_js_drv": "Driver compiled with incorrect version of erl_driver.h" In your post you say you installed: "Erlang - First otp_src_R14B02 and then otp_src_R15B01" More than likely you've compiled Riak with the old version or erlang. As Hect

Re: Error starting riak server

2014-05-09 Thread Hector Castro
Hi Rachana, Is there any reason why you didn't elect to install via RPM? [0] That path may be easier to get started with than compiling Erlang and Riak from source, as we bundle Erlang into the RPM. -- Hector [0] http://docs.basho.com/riak/latest/ops/building/installing/rhel-centos/ On Fri, May

Re: Search sort error in 2.0.0beta1

2014-05-09 Thread Ryan Zezeski
This seems like a bug to me. I created an issue to track it. https://github.com/basho/yokozuna/issues/372 On Thu, May 1, 2014 at 5:22 PM, Troy Melhase wrote: > Hello again! > > I've narrowed this down to the interaction between the sort parameter and > the field list ("fl") parameter. It see

trouble enabling strong consistency in riak_2.0.0beta1-1

2014-05-09 Thread Matt Williams
Hi, I've been trying out the new strong consistency in v2.0, I have this working nicely in 2.0.0pre20, but I can't seem to enable this in 2.0.0beta1-1. Any call to a strongly consistent bucket just returns immediately with 'request timed out', previously 'not found'. Bucket types without strongl

Backup Riak

2014-05-09 Thread Anita Wong
I am a developer for a on-premises service that is hosted in our customers’ data-center. My service is using Riak and Riak-CS now (Bitcask+levelDB). My clients are now requesting to use their backup agents to backup data. My question is what are the critical files that should be put to the back