Updater Stability on Network Errors #33561
Labels
1. to develop
Accepted and waiting to be taken care of
enhancement
feature: apps management
feature: install and update
technical debt
How to use GitHub
Is your feature request related to a problem? Please describe.
Currently, the CLI updater does not check the availability of the app store (apps.nextcloud.com) before starting the upgrade. The
occ upgrade
command also does not check this, and it does not seem to display an error message when trying to upgrading apps.With apps.nextcloud.com having been down right now, I just upgraded my Nextcloud from 23 to 24.0.4, and I ended up with half my apps disabled due to being incompatible. There was no indication of any error whatsoever. And I now need to wait for the app store to be available again before my users can use the nextcloud as usual.
Describe the solution you'd like
occ upgrade
command when it cannot reach the app respository. Also show an error in the Nextcloud Apps UI when the repository is unavailable.Update successful
is also a pretty misleading statement in case of the repository being unreachable, this should be changed to something appropriate (e.g., "app upgrade routines successful, but not all apps could be downloaded properly").Describe alternatives you've considered
There aren't really alternatives - each task in the list above can stand on its own and will improve this. I could check this manually, but I think that I should not be required to know what to check for, and I should trust the updater to have adequate checks in place.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: