On Tue, 22 Jul 2025 10:04:28 +0200, Anders Andersson <pipat...@gmail.com> wrote: > > I'm all for *manual* daily restart of servers like this, but I would > only do automatic restart if the server has all its configuration and > storage read-only, and hardly even then. Too many things can go wrong > unexpectedly at startup, not necessarily from malicious sources. If > something happens, you better be there to fix it if you care at all > about the service. > > However, if you can do a smaller selective configuration reload, that > may carry less risk. >
As a "crazy monkey" I had added "random reboot" ot "random kill" to a prudoction server which runs in the clouds many times. Why? To keep the team fit. Clouds may and will terminate instances at random moment, so, here is increased probability of this, that allows to track bugs much early. -- wbr, Kirill