-
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
Release updater 1.1.0 #713
Comments
@phil-davis I don't think I can make a release for this.
It probably should be archived or deleted. |
I don't know the history of this app. It previously had releases tagged v10.1.0 v10.1.1 so somehow it used to "go with" core releases. Then there was a 1.0.0 release https://github.com/owncloud/updater/releases/tag/v1.0.0 in 2019. I have just maintained CI so that the unit tests etc keep passing. I don't know who actually uses this app. So maybe archive it? |
#726 / owncloud/core#41057: app seems to be still used |
@jnweiger it's not an ownCloud app. It's a standalone web upgrade subsystem. |
As I see owncloud-complete-20231009.zip includes all the changes from #711 so basically release was done. |
How else would we update Owncloud Core on a live server? This is also where the admin panel guides us when a new version is available. |
Manual update is the way to go / recommended: Same page also says about the updater:
|
Fair enough, I totally forgot about the manual path as this was never an option with my setup. However, to contribute to the discussion, I believe there are plenty of admins using the updater to do the task, be it out of laziness or because someone is not so prone with scripting or the command line. That being said, technically, I would say #711 is a breaking change and should be fixed. See #726. |
While i agree that this should be fixed: Keep in mind that even if some one of ownCloud is fixing this issue your current installation is still having the updater in the current broken state and a fix is only included in the next ownCloud version (AFAICT and when reading the previous comments it is not updated separately like done for apps). So personally i wouldn't wait until some one of them is fixing the issue and just go ahead with the manual update. |
https://download.owncloud.com/server/stable/owncloud-latest.tar.bz2 has an Note: commits since then are only vendor dependency bumps, none of which are really important. They are not in Closing this issue - this has been effectively "released". Installations will get the "release" after they upgrade to a recent release. There is no automated/scripted way to update the updater in a existing older installation. So it can be a bit of a catch-22 if someone needs the updated updater in order to update! |
Some related notes: I have raised owncloud/core#41149 and suggested to disable the (Web-)Updater by default.
Even the docs of ownCloud says it is an app so there seems to be some confusion around this |
Reasons
Note: the change in that PR also works fine with server core 10.12 and before, so there should be no need to bump the core min-version.
The app can be released any time before 10.13 - it should work fine with any of the recent oC10 core releases.
The text was updated successfully, but these errors were encountered: