Skip to content

Commit

Permalink
Drupal 10 uses solr 8 (Islandora-Devops#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Sep 22, 2023
1 parent da26838 commit 511513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/islandora/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ function generate_solr_config {

mkdir -p "/tmp/${core}" || true
chmod a+rwx "/tmp/${core}"
if ! drush -l "${site_url}" -y search-api-solr:get-server-config default_solr_server "/tmp/${core}/solr_config.zip" 7.1; then
if ! drush -l "${site_url}" -y search-api-solr:get-server-config default_solr_server "/tmp/${core}/solr_config.zip" 8; then
echo -e "\n\nERROR: Could not generate SOLR config.zip!\nIn Drupal, check Configuration -> Search API -> SOLR Server, and use the\n"+ Get config.zip" option which should give you information into the actual error.\n\n"
return 1
fi
Expand Down

0 comments on commit 511513e

Please sign in to comment.