From 11404abfeaa5eed9e803d3f69de96d64772e6178 Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Thu, 11 Jul 2024 13:30:52 -0300 Subject: [PATCH] Add restarting solr to instructions to regenerate core (#2330) --- docs/installation/docker/site-template/updating.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/installation/docker/site-template/updating.md b/docs/installation/docker/site-template/updating.md index 42c792b38..c14a3a677 100644 --- a/docs/installation/docker/site-template/updating.md +++ b/docs/installation/docker/site-template/updating.md @@ -42,11 +42,15 @@ To generate new configs perform the following steps: `docker compose exec -T solr-dev with-contenv bash -lc 'rm -r server/solr/default/*'` -2. Recreate solr configs for new solr versions +2. Restart the Solr container + + `docker compose --profile dev restart solr-dev` + +3. Recreate solr configs for new solr versions `docker compose exec -T drupal-dev with-contenv bash -lc "for_all_sites create_solr_core_with_default_config"` -3. Reindex Solr through the admin page or via Drush +4. Reindex Solr through the admin page or via Drush ### MariaDB