Ask HN: Auto-Update for Server Software?
I’ve always used Heroku over AWS because I often step away from my projects and don’t want to deal with eg applying small security patches to Postgres. Heroku’s managed service does this for me.
Desktop software has auto-updated for a long time. Is “auto-updating server software” a thing?
This seems ideal. It would provide the security of a managed service at the cost of dedicated hardware.
2 comments
[ 4.6 ms ] story [ 14.5 ms ] threadOn my servers I have a cron for fetching updates, but not for installing them. I get an email so I manually install them.