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 restarting solr to instructions to regenerate core #2330

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading