-
Notifications
You must be signed in to change notification settings - Fork 108
Adds ECE upgrade guide #715
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5994baa
Adds ECE upgrade guide
kosabogi 01e8a7c
Fixes link
kosabogi 56bf8e9
Update deploy-manage/upgrade/orchestrator/re-running-the-ece-upgrade.md
kosabogi b33e2f3
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi d00dd59
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi 6200a14
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi df347bc
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi f82cc28
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi 3247443
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi c816fc9
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi decda80
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi 5d62cdb
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi 93afe42
Merge branch 'main' into ece-upgrade-guide
kosabogi 2f495b4
Fix link
kosabogi f4863f5
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
kosabogi f1a2372
Fix table
kosabogi 892bd6c
Adds comment
kosabogi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
deploy-manage/upgrade/orchestrator/re-running-the-ece-upgrade.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Re-running the ECE upgrade [re-running-ece-upgrade] | ||
|
||
By default, re-running the `elastic-cloud-enterprise.sh upgrade` command resumes the previous ECE upgrade process. However, if your previous ECE upgrade attempt got stuck (for example, due to infrastructure problems, a host going offline, or similar) and re-attempting the upgrade still results in the upgrade process being blocked, run `elastic-cloud-enterprise.sh upgrade --force-upgrade` to ensure that any existing upgrade state gets cleared before starting the new ECE upgrade process. | ||
|
||
The `--force-upgrade` parameter is also helpful in situations where the Elastic Cloud Enterprise platform is already upgraded to the desired target version but there are containers still running at the old version. These rare situations can also be caused by infrastructure issues, for example, runners temporarily going offline and not being "seen" by the upgrade process. Running `elastic-cloud-enterprise.sh upgrade --force-upgrade` with the same target version makes the Elastic Cloud Enterprise upgrader perform the upgrade procedure anyway, thereby covering any containers that failed to upgrade previously. | ||
|
||
If the Elastic Cloud Enterprise platform was upgraded successfully and yet one or more system deployments were not upgraded to a higher Elastic Stack version during the very last phase of the Elastic Cloud Enterprise upgrade, we recommend running the Elastic Cloud Enterprise upgrader again without the `--force-upgrade` parameter. The Elastic Cloud Enterprise upgrader will recognize that the platform is already at the desired target version and will apply upgrade plans to system deployments. | ||
|
||
Refer to [](/deploy-manage/deploy/cloud-enterprise/default-system-deployment-versions.md) for details on the system deployment versions associated with each {{ece}} version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.