Skip to content
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

[#7407] Add Solr 9 support #7693

Merged
merged 2 commits into from Jul 10, 2023
Merged

[#7407] Add Solr 9 support #7693

merged 2 commits into from Jul 10, 2023

Conversation

amercader
Copy link
Member

@amercader amercader commented Jul 5, 2023

Fixes #7407

Solr 8 is only receiving critical security fixes, and Solr 9 is the currently supported version (9.2.x)

There are no code or schema changes needed to support Solr 9. I reviewed the upgrade notes and didn't see anything that stood out for a standard CKAN install:

https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc

There are pre-configured images for CKAN + Solr 9 ready to go:

ckan/ckan-solr#6

I've been using Solr 9 locally for a long time and didn't have any issues at all. I also set up automated tests for all the CKAN / Solr versions combinations so we can keep an eye on the tests (see PR above for details).

The ckan/ckan-solr:master image will now be built using Solr 9, so the Circle CI tests will use Solr 9

There are no code or schema changes needed to support Solr 9. I reviewed
the upgrade notes and didn't see anything that stood out for a standard
CKAN install:

https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc

There are pre-configured images for CKAN + Solr 9 ready to go:

ckan/ckan-solr#6
Copy link
Contributor

@kowh-ai kowh-ai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Built local ckan/ckan-solr:2.10-solr9 image and used that to run a new CKAN 2.10.1 Docker environment. Tested, all good!

@kowh-ai kowh-ai merged commit 0ac4f0d into master Jul 10, 2023
8 checks passed
@kowh-ai kowh-ai deleted the 7407-solr-9-support branch July 10, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Solr 9
2 participants