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

Store Solr 9 configs. #32

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Store Solr 9 configs. #32

merged 1 commit into from
Mar 6, 2024

Conversation

rosiel
Copy link
Contributor

@rosiel rosiel commented Feb 16, 2024

Since Buildkit moved to Solr 9, the configs in site template cause problems. This caused #31 .

I replaced the solr config files with the downloaded export from Drupal. This will work on Buildkit tags that include Solr 9 (main or 3.1.0 or later).

@rosiel
Copy link
Contributor Author

rosiel commented Feb 21, 2024

Testing instructions:

  • Currently in Site Template, running docker compose --profile dev up -d results in screenfulls of red solr errors. Also, once the site is loaded, it complains that the solr server is not available.
  • With this PR, you should be able to run that command and not get errors on your screen. Also when the site is up, you should be able to use solr out of the box.

@Natkeeran
Copy link

Natkeeran commented Mar 6, 2024

Tested this PR.

Without this pr, the solr does not get setup/configured properly, and thus Drupal is unable to connect to it. There were error messages in the solr end point (https://solr.islandora.dev).

With this pr, the solr gets setup properly, and Drupal is able to connect to it as expected (drupal-4.3.2-solr-9.x-0). This PR looks good to me.

@Natkeeran Natkeeran merged commit 8e3d245 into Islandora-Devops:main Mar 6, 2024
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