kitconcept / kitconcept.recipe.solr

Buildout recipe for Solr
1 stars 0 forks source link

Running buildout deletes the existing core #11

Open pbauer opened 4 years ago

pbauer commented 4 years ago

The solr core is always deleted and created fresh when running the recipe. This leads to data-loss. How do you prevent that?

Create Solr core
rm /Users/pbauer/workspace/myproject/parts/solr/server/solr/plone
copy /Users/pbauer/workspace/myproject/solr_config
tisto commented 4 years ago

@pbauer we don't. The only reason I created this recipe was to being able to test multiple versions of Solr on Travis. I'd be open to change that behavior though.

The problem then is that the Solr configuration does not always update properly. We had that problem with the old recipe as well.