@@ -1808,13 +1808,42 @@ See the <<sql-search-api-request-body,request body parameters>> for the
1808
1808
1809
1809
When upgrading to {es} 8.0 and later, you must first upgrade to {prev-major-last}
1810
1810
even if you opt to perform a full-cluster restart instead of a rolling upgrade.
1811
- For more information about upgrading, see
1811
+ For more information about upgrading, refer to
1812
1812
{stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
1813
1813
1814
- role="exclude",id="rolling-upgrade "]
1814
+ [ role="exclude",id="rolling-upgrades "]
1815
1815
=== Rolling upgrade
1816
1816
1817
1817
When upgrading to {es} 8.0 and later, you must first upgrade to {prev-major-last}
1818
1818
whether you opt to perform a rolling upgrade (upgrade one node at a time) or a full-cluster restart upgrade.
1819
- For more information about upgrading, see
1819
+ For more information about upgrading, refer to
1820
1820
{stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
1821
+
1822
+ [role="exclude",id="reindex-upgrade"]
1823
+ === Reindex before upgrading
1824
+
1825
+ //tag::upgrade-reindex[]
1826
+ Before upgrading to {es} 8.0 and later, you must reindex any indices created in
1827
+ a 6.x version. We recommend using the **Upgrade Assistant** to guide you
1828
+ through this process.
1829
+
1830
+ For more information about upgrading, refer to
1831
+ {stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
1832
+ //end::upgrade-reindex[]
1833
+
1834
+ For more information about reindexing, refer to <<docs-reindex>>.
1835
+
1836
+ [role="exclude",id="reindex-upgrade-inplace"]
1837
+ === Reindex in place
1838
+
1839
+ include::redirects.asciidoc[tag=upgrade-reindex]
1840
+
1841
+ For more information about reindexing, refer to <<docs-reindex>>.
1842
+
1843
+ [role="exclude",id="reindex-upgrade-remote"]
1844
+ === Reindex from a remote cluster
1845
+
1846
+ include::redirects.asciidoc[tag=upgrade-reindex]
1847
+
1848
+ For more information about reindexing from a remote cluster, refer to
1849
+ <<reindex-from-remote>>.
0 commit comments