Skip to content

[DOCS] Remove unused upgrade doc files #83617

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

Merged
merged 5 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
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
35 changes: 32 additions & 3 deletions docs/reference/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1808,13 +1808,42 @@ See the <<sql-search-api-request-body,request body parameters>> for the

When upgrading to {es} 8.0 and later, you must first upgrade to {prev-major-last}
even if you opt to perform a full-cluster restart instead of a rolling upgrade.
For more information about upgrading, see
For more information about upgrading, refer to
{stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].

role="exclude",id="rolling-upgrade"]
[role="exclude",id="rolling-upgrades"]
=== Rolling upgrade

When upgrading to {es} 8.0 and later, you must first upgrade to {prev-major-last}
whether you opt to perform a rolling upgrade (upgrade one node at a time) or a full-cluster restart upgrade.
For more information about upgrading, see
For more information about upgrading, refer to
{stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].

[role="exclude",id="reindex-upgrade"]
=== Reindex before upgrading

//tag::upgrade-reindex[]
Before upgrading to {es} 8.0 and later, you must reindex any indices created in
a 6.x version. We recommend using the **Upgrade Assistant** to guide you
through this process.

For more information about upgrading, refer to
{stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
//end::upgrade-reindex[]

For more information about reindexing, refer to <<docs-reindex>>.

[role="exclude",id="reindex-upgrade-inplace"]
=== Reindex in place

include::redirects.asciidoc[tag=upgrade-reindex]

For more information about reindexing, refer to <<docs-reindex>>.

[role="exclude",id="reindex-upgrade-remote"]
=== Reindex from a remote cluster

include::redirects.asciidoc[tag=upgrade-reindex]

For more information about reindexing from a remote cluster, refer to
<<reindex-from-remote>>.
40 changes: 0 additions & 40 deletions docs/reference/upgrade/close-ml.asciidoc

This file was deleted.

154 changes: 0 additions & 154 deletions docs/reference/upgrade/cluster_restart.asciidoc

This file was deleted.

12 changes: 0 additions & 12 deletions docs/reference/upgrade/open-ml.asciidoc

This file was deleted.

28 changes: 0 additions & 28 deletions docs/reference/upgrade/preparing_to_upgrade.asciidoc

This file was deleted.

Loading