How to schedule an update? #105
-
Hello Christian and fellow mikrotik fanatics, I'm not really sure the correct way to schedule an update. I have installed "check-routeros-update", "packages-update" and "firmware-upgrade-reboot" scripts. In my "global-config-overlay.rsc", I have:
I have received notification with an update available: from 7.18.2 to 7.19.3, In "check-routeros-update.md" it says:
How do I schedule the update to run at night? Hope you can help me, Miquel |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With this setting it would update from
Yes, that's the interactive mode if you run it from terminal.
As said... With your settings it does schedule at night for patch updates. You can add more options, for example to install if the new version is seen on an available neighbor:
... and have a look at And last but not least - if you want to install ALL updates automtically:
|
Beta Was this translation helpful? Give feedback.
With this setting it would update from
7.19.0
,7.19.1
and7.19.2
to the latest version7.19.3
automatically, within one patch release. As you choose to defer the reboot this is done at night.Yes, that's the interactive mode if you run it from terminal.
As said... With your se…