-
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: upgrade to Solr 9, fixes #48 #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
And it has a way to change the solr version, https://github.com/ddev/ddev-solr?tab=readme-ov-file#using-alternate-versions-of-solr |
Sadly it is (still) unclear to me whether platform.sh is running SOLR 9 in cloud mode or not. There is nothing in their docs. That's the main reason we are continuing to use I'll try to get an answer for this once time allows |
If you want to update this to Solr 9, consider the technique in ddev-solr, with the supported .env.solr technique. |
You really need to do something like that, because IIRC Acquia has just upgraded to Solr 7 ? |
I am not aware of what Acquia uses, I don't maintain any projects there. Platform.sh support 8.11 and 9, but no details about cloud mode. |
Check into their discord and see if you get some info. You should also be able to |
Rebased. |
The Issue
SOLR 8 is EOL
How This PR Solves The Issue
Upgrades to SOLR 9
Manual Testing Instructions
Automated Testing Overview
Related Issue Link(s)
Release/Deployment Notes