Solved Unclear feedback when upgrading an application on the console during a backup
-
Situation:
- Have a backup ongoing
- Attempt to upgrade a custom application using the CLI tool
Expected:
- The application either upgrades, or provides useful information about what will happen
Actual:
=> Waiting for app to be updated
App update error: Installation failed:
The application did eventually upgrade (I think - there was a very lengthy wait for the backup to progress in the middle), but the failure message confused me.
-
Indeed I can reproduce this. There is some bug in the pending task handling the cli. We have to fix that.
-
Ok this is fixed, however requires a new Cloudron release, since the tasks API needs a proper
pending
state.