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. |
0 replies
|
Thanks Composer manager is for Drupal 6,7 and 8. I am running Drupal 10. Not sure I want to risk that. |
0 replies
|
In general, this should be safe with Composer. cp composer.lock composer.lock~
composer update solarium/solariumIf it does go wrong, you can revert to the old situation. mv composer.lock~ composer.lock
composer install |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions