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
3 changes: 1 addition & 2 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,7 @@ toc:
- 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/prepare-to-upgrade/upgrade-assistant.md
- file: upgrade/deployment-or-cluster.md
children:
- file: upgrade/deployment-or-cluster/upgrade-on-ech.md
Expand Down
1 change: 1 addition & 0 deletions deploy-manage/upgrade/deployment-or-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mapped_urls:
- https://www.elastic.co/guide/en/elastic-stack/current/upgrade-elastic-stack-for-elastic-cloud.html
- https://www.elastic.co/guide/en/elastic-stack/current/upgrading-elastic-stack-on-prem.html
- https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-upgrading-stack.html
- https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html
---


Expand Down
39 changes: 0 additions & 39 deletions deploy-manage/upgrade/prepare-to-upgrade/index-compatibility.md

This file was deleted.

2 changes: 1 addition & 1 deletion troubleshoot/deployments/cloud-on-k8s/common-problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ If you are using one of the affected versions of OLM and upgrading OLM to a newe

## If you upgraded Elasticsearch to the wrong version [k8s-common-problems-version-downgrade]

If you accidentally upgrade one of your Elasticsearch clusters to a version that does not exist or a version to which a direct upgrade is not possible from your currently deployed version, a validation will prevent you from going back to the previous version. The reason for this validation is that ECK will not allow downgrades as this is not supported by Elasticsearch and once the data directory of Elasticsearch has been upgraded there is no way back to the old version without a [snapshot restore](/deploy-manage/upgrade/prepare-to-upgrade/index-compatibility.md).
If you accidentally upgrade one of your Elasticsearch clusters to a version that does not exist or a version to which a direct upgrade is not possible from your currently deployed version, a validation will prevent you from going back to the previous version. The reason for this validation is that ECK will not allow downgrades as this is not supported by Elasticsearch and once the data directory of Elasticsearch has been upgraded there is no way back to the old version without a [snapshot restore](/deploy-manage/tools/snapshot-and-restore.md).

These two upgrading scenarios, however, are exceptions because Elasticsearch never started up successfully. If you annotate the Elasticsearch resource with `eck.k8s.elastic.co/disable-downgrade-validation=true` ECK allows you to go back to the old version at your own risk. If you also attempted an upgrade of other related Elastic Stack applications at the same time you can use the same annotation to go back. Remove the annotation afterwards to prevent accidental downgrades and reduced availability.

Expand Down
Loading