uboslinux / ubos-app-owncloud

ownCloud and accessories (aka "apps") for ubos
2 stars 0 forks source link

Handle unsupported restores better #8

Open jernst opened 8 years ago

jernst commented 8 years ago

ownCloud only supports upgrades from one version to the next version, without skipping. If there is a skip, the error message from occ upgrade is:

ownCloud or one of the apps require upgrade - only a limited number of commands are available
Set log level to debug - current level: 'Warning'
Exception: Updates between multiple major versions and downgrades are unsupported.
Update failed
Maintenance mode is kept active
Reset log level to 'Warning'

Exit code 5. Handle this better.