Sorry I forgot to mention that we are using SolrCloud 5.1.0.
On Tue, Nov 17, 2015 at 12:09 PM, KNitin <nitin.t...@gmail.com> wrote: > afaik Data import handler does not offer backups. You can try using the > replication handler to backup data as you wish to any custom end point. > > You can also try out : https://github.com/bloomreach/solrcloud-haft. This > helps backup solr indices across clusters. > > On Tue, Nov 17, 2015 at 7:08 AM, Brian Narsi <bnars...@gmail.com> wrote: > > > I am using Data Import Handler to retrieve data from a database with > > > > full-import, clean = true, commit = true and optimize = true > > > > This has always worked correctly without any errors. > > > > But just to be on the safe side, I am thinking that we should do a backup > > before initiating Data Import Handler. And just in case something happens > > restore the backup. > > > > Can backup be done automatically (before initiating Data Import Handler)? > > > > Thanks > > >