Hi all,
Can I force the mender-client (maybe by setting some vars) to rollback to the passive partition?
Ill use an example:
Lets assume I have a device running my app and have mender roots module installed.
One day, I sent an upgrade and the everything goes well.
Deice current state is:
Active Partition - new app
Passive partition - old app
One day I discover a critical bug or vulnerability on my app’s new version - can I use mender-client to roll back immediately to the previous stable state?
Thanks