I am trying to set up a maintenance_window so that updates can be applied (reboot) over the night. The thing that I ran accross (i do not no if this is by design or no) is that IncusOS will no longer check for updates outside of that maintenance window.
If my understanding is correct, that means that both the update check and the apply should occurs during that configured maintenance window.
I configured it the following way but I just want to make sure this is the appropriate way…
IncusOS doesn’t have separate download and apply stages, so the updates are both pulled and applied during the window.
It’s something that could in theory be changed now that we support having multiple images for applications too, effectively allowing for the OS image to be downloaded and setup for next boot and then application images to be downloaded and not switched to, but that’s adding even more logic to a reasonably complex part of the codebase.
I think the maintenance window logic should be behaving as expected; the config posted above should give the desired result of automatically applying updates only during the overnight window.