Replies: 3 comments 4 replies
-
Looks like Drupal's Composer Manager is what you need. (Disclaimer: never worked with it myself.) You won't notice any changes in the Solr search between Solarium 6.3.3 and 6.3.5 unless you use facet pivots or suggesters. Check the CHANGELOG if you think this might affect you. |
Beta Was this translation helpful? Give feedback.
-
Thanks Composer manager is for Drupal 6,7 and 8. I am running Drupal 10. Not sure I want to risk that. |
Beta Was this translation helpful? Give feedback.
-
In general, this should be safe with Composer. cp composer.lock composer.lock~
composer update solarium/solarium If it does go wrong, you can revert to the old situation. mv composer.lock~ composer.lock
composer install |
Beta Was this translation helpful? Give feedback.
-
I have updated the Solr Search API and my Drupal status page is tellign me that Solarium 6.3.3 is out of date and I need Solarium 6.3.5.
What is the best way to perform this upgrade ?
Note that my Solr search works fine as it is...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions