You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrade_version: true Role is going to backup everything it backs up (including creating a snapshotof data) before even checking if any upgrade is needed.
The text was updated successfully, but these errors were encountered:
The role backs up and snapshots everything without checking whether the user provided version is a valid version upgrade OR whether it is available. It does check - however - whether the user provided input is valid from a semantics perspective (only) within upgrade/main.yml where it is able to catch most of user mistakes.
Therefore I'd consider this issue as an enhancement, rather than a bug per se.
I will submit a commit to address some aspects of the upgrade logic (for example, the fact that an upgrade to latest doesn't work), and include a check to determine whether there are upgrades available, which will fit nicely when one specifies latest but already is under whatever latest is. ;-)
HEAD: 365a23d
When
upgrade_version: true
Role is going to backup everything it backs up (including creating a snapshotof data) before even checking if any upgrade is needed.The text was updated successfully, but these errors were encountered: