Search code examples
solr

How to backup a Solr database?


I wonder how to backup (dump) a Solr database?

If it is only to copy some files, then please specify which files (filename, location etc).

Thanks


Solution

  • Typically, the index is stored in $SOLR_HOME/data.

    Back up that entire folder.