Packagecloud.io issue

2015-03-30 Thread Alex De la rosa
Hi there, I want to report again a problem I have with packagecloud.io; everytime I do aptitude update I get a hit as if a new version of Riak is available (that is not)... and I have to re-install Riak to a version I already have. I just did an aptitude safe-upgrade and upgraded Riak to version

Re: How to refresh Riak's data

2015-03-30 Thread Alexander Sicular
Hi Alex, It basically works the same way. Shut down riak. Locate the data folder and delete all the stuff in it. -Alexander @siculars http://siculars.posthaven.com Sent from my iRotaryPhone On Mar 30, 2015, at 04:41, Alex De la rosa alex.rosa@gmail.com wrote: Hi there, I have a

Re: How to refresh Riak's data

2015-03-30 Thread Alexander Sicular
If you're using leveldb youve modified your config file because the default backend is bitcask. You also have to do a few config things to get Solr working. So if you've done that and have been indexing things with Solr then go ahead and delete that too. If thats what you want to do. I believe

Re: How to refresh Riak's data

2015-03-30 Thread Alex De la rosa
cool, but only this one? /var/lib/riak/leveldb Is there anything else to delete for SOLR indexes, etc...? Thanks, Alex On Mon, Mar 30, 2015 at 4:14 PM, Alexander Sicular sicul...@gmail.com wrote: Hi Alex, It basically works the same way. Shut down riak. Locate the data folder and delete

Delete Objects SOLR

2015-03-30 Thread Jorge Garrido gomez
Hello, On riak version 1.x when the search indexes are deleted then the data base is corrupted, is the issue present on riak 2.x with YOKOZUNA and SOLR? The question is because we want delete the objects indexed into Riak Search 2.0 Thank you! Jorge Garrido

Re: Delete Objects SOLR

2015-03-30 Thread Zeeshan Lakhani
On riak 2.0 with Yokozuna, you can delete search indexes (async) via http/pb, e.g. http://docs.basho.com/riak/latest/dev/references/http/delete-search-index/ http://docs.basho.com/riak/latest/dev/references/http/delete-search-index/. There is no issue with data base corruption when removing