Related to https://github.com/elastic/ingest-dev/issues/2878
With the automatic upgrades feature, we want to ensure that agents that try to upgrade and are rolled back multiple times can be identified and flagged to the users. In order to handle these rollbacks as retry attempts, we need to ensure that the agent keeps UPG_ROLLBACK state in upgrade_details after rollback is successful.
This is a non-blocker enhancement to the automatic upgrades feature.