Skip to content

Commit b9bdb51

Browse files
committed
clarifications added
1 parent 6c83aa4 commit b9bdb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-manage/upgrade/prepare-to-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,11 +824,11 @@ Follow these steps to perform a reindex-based upgrade to a new deployment or clu
824824

825825
2. **Migrate ingest pipelines, templates, and configuration**
826826

827-
Review and adapt index templates, ingest pipelines, and other resources to ensure compatibility with the new cluster.
827+
Create in the new cluster the index templates, ingest pipelines, and ILM policies so that they work similarly to those in the old cluster.
828828

829829
3. **Reindex your data into the new {{es}} cluster**
830830

831-
Use the [reindex documents API](https://www.elastic.co/docs/api/doc/elasticsearch/v8/operation/operation-reindex) and temporarily send new indexing requests to both clusters.
831+
Use the [reindex documents API](https://www.elastic.co/docs/api/doc/elasticsearch/v8/operation/operation-reindex) to migrate existing data from the old cluster to the new one, and temporarily send new indexing requests to both clusters.
832832

833833
4. **Validate and cut over**
834834

0 commit comments

Comments
 (0)