metabrainz / musicbrainz-docker

Docker Compose project for the MusicBrainz Server with replication, search, and development setup
https://musicbrainz.org/doc/MusicBrainz_Server/Setup
297 stars 75 forks source link

Prepare for Solr 9 upgrade #267

Open amCap1712 opened 8 months ago

amCap1712 commented 8 months ago
  1. In Solr 9, the SOLR_HOME directory has moved to /var/solr/data and the actual index data lives inside /var/solr/data/data.

TODO:

  1. Detail on how to delete old search indexes and import new ones. Existing search indexes produced by Solr 7 cannot be imported on Solr 9 (which only supports indexes produced by Solr 8 and 9).