Hi,

we have a production environment that runs solr in cloud mode and we have
a testing environment that runs solr in standalone mode. From time to time
we use a database dump of our production environment and import it to the
testing environment. Since it would take too long to build the solr indices
on the testing system afterwards, we do the same with the production
indices, i.e:
As we don't have any sharding, we simply create a snapshot backup from the
production environment, copy it to the testing environment, and restore
that index from the snapshot as a solr core.

Afaik solr 9.0 no longer supports the old snapshot backup
(incremental=false)

What is the best way to keep that workflow going after upgrading to 9.0?

Thanks!
Michael

Reply via email to