Skip to content

Commit

Permalink
Add restarting solr to instructions to regenerate core (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Jul 11, 2024
1 parent 9396d0a commit 11404ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/installation/docker/site-template/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11404ab

Please sign in to comment.