Skip to content
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
17 changes: 9 additions & 8 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,17 @@ toc:
- file: maintenance/add-and-remove-elasticsearch-nodes.md
- file: upgrade.md
children:
- file: upgrade/prepare-to-upgrade.md
children:
- file: upgrade/prepare-to-upgrade/upgrade-assistant.md
- file: upgrade/prepare-to-upgrade/index-compatibility.md
- file: upgrade/plan-upgrade.md
- file: upgrade/orchestrator.md
children:
- file: upgrade/orchestrator/upgrade-cloud-enterprise.md
children:
- file: upgrade/orchestrator/re-running-the-ece-upgrade.md
- file: upgrade/orchestrator/upgrade-cloud-on-k8s.md
- file: upgrade/prepare-to-upgrade.md
children:
- file: upgrade/prepare-to-upgrade/upgrade-assistant.md
- file: upgrade/prepare-to-upgrade/index-compatibility.md
- file: upgrade/deployment-or-cluster.md
children:
- file: upgrade/deployment-or-cluster/upgrade-on-ech.md
Expand All @@ -811,12 +812,12 @@ toc:
- file: upgrade/deployment-or-cluster/self-managed.md
children:
- file: upgrade/deployment-or-cluster/elasticsearch.md
children:
- file: upgrade/deployment-or-cluster/archived-settings.md
- file: upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md
- file: upgrade/deployment-or-cluster/kibana.md
children:
- file: upgrade/deployment-or-cluster/kibana-roll-back.md
- file: upgrade/deployment-or-cluster/archived-settings.md
children:
- file: upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md
- file: upgrade/deployment-or-cluster/kibana-roll-back.md
- file: upgrade/ingest-components.md
- file: upgrade/internal-upgrade-processes.md
children:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrade Elastic on self-managed infrastructure
# Upgrade Elastic on a self-managed cluster

If you've installed the {{stack}} on your own self-managed infrastructure, once you're [prepared to upgrade](/deploy-manage/upgrade/deployment-or-cluster.md#prepare-to-upgrade), you'll need to upgrade each of your Elastic components individually.

Expand Down
1 change: 1 addition & 0 deletions deploy-manage/upgrade/plan-upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Plan your upgrade
Loading