Skip to content

Add hint about elasticsearch index recreate#1188

Open
marcbachmann wants to merge 1 commit into
mainfrom
hint-about-elasticsearch-index-recreate
Open

Add hint about elasticsearch index recreate#1188
marcbachmann wants to merge 1 commit into
mainfrom
hint-about-elasticsearch-index-recreate

Conversation

@marcbachmann

@marcbachmann marcbachmann commented Jul 13, 2026

Copy link
Copy Markdown
Member

Motivation

The release-2026-07 Elasticsearch index recreation step read like a quick command. On production, elasticsearch-index --recreate deletes the index and repopulates it via a background re-indexing job, during which search returns partial results. Operators need to know this upfront so they plan a maintenance window instead of running it blindly.

Changelog

  • Move the "backwards compatible" note above the command so the reason to recreate comes first.
  • Wrap the recreate command in an {{< info >}} box warning that --recreate deletes the index and repopulates it in a background job, returning partial results until it finishes.
  • Add --handle=<type> to the example and advise running it per handle (drafts, publications, media library) within a maintenance window.

@marcbachmann marcbachmann requested a review from arddor July 13, 2026 12:31
@marcbachmann marcbachmann marked this pull request as ready for review July 13, 2026 12:31
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