-
Notifications
You must be signed in to change notification settings - Fork 175
Handle rollback in upgrade flow #8786
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
Conversation
…ent into feat/rollback_flow
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
⏳ Build in-progress, with failures
Failed CI Steps
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please hold off any PR that would impact manual rollback for the moment.
The solution is being revisited so no need to add more code that may need changes
|
closing PR as per @pchila comment. can reopen if this turns up viable |
Added handling for rollback in upgrade flow
This path is not invokable so far, CLI and Action handling will be added later.
Flow
Unit tests added to make sure rollback flow is triggered when flagged
Tested manually with tweak to enter the flow and manual set up of data dir incl marker file
Fixes: #6889