A “major” SearchStax Managed Search service Solr upgrade means to go from Solr 6.x to Solr 7.x, or from Solr 7.x to Solr 8.x. These are non-trivial upgrades because they involve changes to the Solr Schema and consequent reindexing of your documents.
Self-service (silver) clients can follow the procedure on this page. Premium clients (gold, platinum, platinum plus) should contact SearchStax Support so we can help you and possibly adjust your annual billing.
Please examine Apache’s Solr Upgrade Notes before proceeding.
For a major-version Solr upgrade, the backup/restore path is not available. This means that index files are not compatible across major Solr versions. Changes in the Solr schema make it necessary to reindex all of your data.
Best Practice: A/B Upgrade Path for Major-Version Solr Upgrade
To upgrade from one major Solr release to a different one, the best practice is to:
- Your current deployment is deployment A.
- Create a new deployment using the desired version of Solr (deployment B).
- Configure B. Note that there will probably be significant changes to the Solr schema if this is a major-Solr-version upgrade.
- Load your data into deployment B.
- Validate the behavior of deployment B.
- Switch over from A to B.
- Delete deployment A.
Questions?
Do not hesitate to contact the SearchStax Support Desk.