-
Notifications
You must be signed in to change notification settings - Fork 34
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
Upgrade automation and management #178
Comments
Those are already done in Nextcloud 14: nextcloud/server#9855 Not configurable, but I also don't see a need to make this configurable. |
Regarding the automatic run: The plan for this was always to run it in an automated fashion. It was not yet heavily tested, because some crucial thinks aren't fully tested yet (like rollbacks in all possible situations - they only work for some early steps but the latter steps could run into issues where it is not fully rolled back). But you can test this by running the updater.phar in the non-interactive mode, by doing this:
This will always run the update of the code followed by an We just run somehow in a corner case where the upgrade is somehow not fully completed and The idea is then to put the above command in the crontab and run it every night to be up to date. The further vision is to be able to pin the version to a given constraint to have a bit more control over the automatic upgrades, which is right now controlled over the channels. |
Already the case in the server itself (see the update notification that is enabled by default) - it has an option to notify people.
Those are fully handled inside the server and we also not plan to add them to the updater, because it should solve one issue very reliable: "update the server" nothing more and nothing less.
Which is basically an "enable crontab entry or not". |
@MorrisJobke Thank you very much for your status update and helpful information. |
release channels behaviour feature request: would be nice if also a channel for "patches only" were available for updates. sometimes i just want to rollout available patches and not switch for example from 14.0.4 directly to v15. |
We fixed that 2 weeks ago. For details see my description of the new behavior in nextcloud/server#8799 (comment) (also the text in the update notification and channel selector was updated with this) |
This seems to be working with the |
Automate Nextcloud and app upgrades, similar to WordPress, offering options for:
Auto-Upgrade:
Release type selector:
Email notification:
Backup management:
*) See these forum posts:
The text was updated successfully, but these errors were encountered: