You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/upgrade/prepare-to-upgrade.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -824,11 +824,11 @@ Follow these steps to perform a reindex-based upgrade to a new deployment or clu
824
824
825
825
2.**Migrate ingest pipelines, templates, and configuration**
826
826
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.
828
828
829
829
3.**Reindex your data into the new {{es}} cluster**
830
830
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.
0 commit comments