-
Notifications
You must be signed in to change notification settings - Fork 759
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
Feature : Automatic updates #814
Comments
|
I'd go a little further and add the following auto-upgrade settings. This would make the auto-upgrade usable to a wide range of users: Check for Updates: Update Mode: Update Period: Automatic Reboot: Of course, auto-upgrades are a little risky, especially if many users make use of them. A critical bug may render a many systems unusable. A possible countermeasure: Maybe enabling auto-upgrade should require the automatic submission of crash reports (so that the developers may be able to remove a broken update rather sooner than later). |
|
Nice @fraenki Indeed, one can also add a timeout. |
|
Some of this is already on -devel, with a cron job and auto-update. I'm a bit against further granularity. We can prevent the system from updating if it needs to reboot, but the reporting side will need more code that its worth. ;) |
|
@fichtner I'm OK with the current state. The new |
|
You can use the cron page too. :) Will be available in the menu soon enough too. It's already on -devel or access directly via https://FIREWALL/ui/cron/ |
|
(Leaving this open, setting target to 17.1) |
|
Nice thx ;) |
|
Time to review... Check for updates: all done, can chose a cron pattern Update mode: we could split reboot/non-reboot. Tricky are cases where we go from 16.1 -> 16.7, but we can find a mode there too. That's as far as I would like to go: no reboot, full reboot, major update. Ok? Update period: cron pattern is enough here, marking it done... Automatic reboot: taken care of in update mode. @thelinuxfr @fraenki Does that sound reasonable? |
o Allow side-stepping flock(1) if not installed for rc script o Pass arguments to subroutine script to allow passing modes o Print a busy message when e.g. the GUI is running the upgrade
|
@fichtner Sounds reasonable, very satisfying results :) |
|
@fichtner yes I'm fine, thank you for the work |
|
I'm going to simplify this: update per cron works, reboots if necessary. major upgrades will not be available using a "normal" firmware update scheme so we don't have to protect against it. Closing. :D |
Hi,
To apply the days of automatic updates, be notified when an update is available, you can apply the updates if the reboot is not necessary …
System > Firmware > Auto updates
The text was updated successfully, but these errors were encountered: