[8.16](backport #6273) Log warning on same version upgrade to prevent failed status #6472
+189
−8
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.
What does this PR do?
Log warning on same version upgrade and filter error to prevent upgrade status reporting.
If a user attempts to upgrade to the same version, the
elastic-agent upgrade
call will exit with an error, but the agent's status will be cleared of any upgrade markers.Include an earlier check for same-version upgrades before artifacts are downloaded to prevent unnecessary downloads
Why is it important?
Currently upgrading to the same version results in the agent reporting a failed state until a successful upgrade can be done.
Testing instructions
Install a stand-alone agent and use
elastic-agent upgrade 9.0.0-SNAPSHOT --source-uri file://path/to/dir --skip-verification
to upgrade the agentFor example:
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration files./changelog/fragments
using the changelog toolDisruptive User Impact
N/A
Related issues
This is an automatic backport of pull request Log warning on same version upgrade to prevent failed status #6273 done by Mergify.