-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updater tries to skip major versions (8.0) #210
Comments
Nothing what can be done on updater app side. See owncloud/appstore-issues#4 |
See also this duplicate: #30 |
@RealRancor: Why is there nothing that can be done on the updater app? I would say it is certainly a bug in the updater if it propses an operation which will inevitably fail. #4 has been open for a long time now, so maybe it is simpler to do a check in the updater app. |
from owncloud/core#22129 (comment) describes this quite good. |
I agree, the feed should not propose incompatible versions. So, until that happens, let's just call self_destroy() in our update routine ;-) |
New update server is waiting to be merged. (in another repo). It will deliver compatible versions only. I came to updater-specific solution not long time ago but it is not straightaway so I'm happy that the issue will be resolved on a proper side. |
I was running a 8.0.4 instance and got a nice notification to upgrade to 8.2. I tried running the wizard but it failed since 8.0 -> 8.2 is an invalid upgrade path.
I'm not sure if this is fixed in a later version but the updater should not try to skip major versions.
The text was updated successfully, but these errors were encountered: