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

Add jump_start config to Solr 8 image #1033

Merged

Conversation

amjad1233
Copy link
Contributor

  • update search_api_solr module version to 4.3.3 to both Solr8 and 9

- update search_api_solr module version to 4.3.3 to both Solr8 and 9
@tobybellwood
Copy link
Member

Thanks!

I've worked through this and it operates as expected.

There is one caveat, and that's because the default config is set-and-forget, it never gets reloaded.

To utilize the new config, the solr-recreate drupal /solr-conf command must be re-run inside the solr pod to force a reload of the new config. This new config won't clear the error message in the Drupal UI until the Solr service next restarts (even though it's the active config). This is the default behaviour in our example that uses a dockerfile instead of the image (https://github.com/lagoon-examples/drupal-solr/blob/main/lagoon/solr.dockerfile#L80)

Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

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

thanks, this is a neat update

@tobybellwood tobybellwood merged commit ceaf011 into uselagoon:main Jul 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants