You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run multiple nodes and I have set restart to true I wouldn't want to have all nodes restarting at the same time so my overrides.conf at /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf would look like this
[Timer]
OnCalendar=
OnCalendar=Sun *-*-* 04:00:00
# if multiple nodes are running, add a random delay to avoid all nodes
# running upgrades at the same time (in case restart is enabled)
RandomizedDelaySec=1h
Furthermore what if I only want to run security updates meaning my 50unattended-upgrades will look like the following
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
I would only want to run upgrades once a week hence my
50periodic
would look like this:If I run multiple nodes and I have set restart to true I wouldn't want to have all nodes restarting at the same time so my
overrides.conf
at/etc/systemd/system/apt-daily-upgrade.timer.d/override.conf
would look like thisFurthermore what if I only want to run security updates meaning my
50unattended-upgrades
will look like the followingGiven the number of configuration options I would perhaps recommend copying in files. files of which the path the user can define.
The text was updated successfully, but these errors were encountered: