Re: How to backup / dump solr database

2010-01-20 Thread Shalin Shekhar Mangar
On Tue, Jan 19, 2010 at 6:38 PM, jmf wrote: > Hi, > > I'm using solr with the Plone CMS. I have just following some tutorials, > and I > would like to 'dump' the solr database on production server and make it run > on > my developement environement. Both are linux. > > So first the question is : i

Re: How to backup / dump solr database

2010-01-19 Thread Erik Hatcher
yes, it is possible. and copying the index is exactly how to go about it. what didn't work exactly? be sure that the index directory goes under data/ and looks just like your production environment. Erik On Jan 19, 2010, at 8:08 AM, jmf wrote: Hi, I'm using solr with the Plone

How to backup / dump solr database

2010-01-19 Thread jmf
Hi, I'm using solr with the Plone CMS. I have just following some tutorials, and I would like to 'dump' the solr database on production server and make it run on my developement environement. Both are linux. So first the question is : is it possible ? Next how could I do this. I have try to si