Re: Best way to copy data from SolrCloud to standalone Solr?

2014-02-18 Thread Daniel Bryant
Hi Shawn, Michael, Many thanks for your responses - we're going to try the replication/backup command, as we're thinking this is a 'two bird with one stone' approach which will not only allow us to copy the indexes, but also help with backups in SolrCloud as well. Thanks again to you both!

Re: Best way to copy data from SolrCloud to standalone Solr?

2014-02-18 Thread Shalin Shekhar Mangar
There's a related issue: SOLR-5340 - Add support for named snapshots. I think we'd want this in SolrCloud soon. https://issues.apache.org/jira/browse/SOLR-5340 On Tue, Feb 18, 2014 at 7:23 PM, Daniel Bryant daniel.bry...@tai-dev.co.uk wrote: Hi Shawn, Michael, Many thanks for your responses -

Best way to copy data from SolrCloud to standalone Solr?

2014-02-17 Thread Daniel Bryant
Hi all, I have a production SolrCloud server which has multiple sharded indexes, and I need to copy all of the indexes to a (non-cloud) Solr server within our QA environment. Can I ask for advice on the best way to do this please? I've searched the web and found solr2solr

Re: Best way to copy data from SolrCloud to standalone Solr?

2014-02-17 Thread Shawn Heisey
On 2/17/2014 8:32 AM, Daniel Bryant wrote: I have a production SolrCloud server which has multiple sharded indexes, and I need to copy all of the indexes to a (non-cloud) Solr server within our QA environment. Can I ask for advice on the best way to do this please? I've searched the web

Re: Best way to copy data from SolrCloud to standalone Solr?

2014-02-17 Thread Michael Della Bitta
I do know for certain that the backup command on a cloud core still works. We have a script like this running on a cron to snapshot indexes: curl -s ' http://localhost:8080/solr/#{core}/replication?command=backupnumberToKeep=4location=/tmp ' (not really using /tmp for this, parameters changed to