Hacker News new | ask | show | jobs
by adamonduty 4872 days ago
What about server security updates? How do you handle normal package updates, restarting services after an update, etc?
1 comments

We monitor the software/packages/gem/libraries that we deploy and warn users when there is an update or security issue in the dashboard. For some we take control of the upgrade and for some we don't.

We don't want to push our users to fixed upgrade windows, so we let them choose when it's convenient for their business to have the updates and then act accordingly.