TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Auto-Update for Server Software?

1 pointsby edover 1 year ago
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.<p>Desktop software has auto-updated for a long time. Is “auto-updating server software” a thing?<p>This seems ideal. It would provide the security of a managed service at the cost of dedicated hardware.

2 comments

efortisover 1 year ago
You can make a cron job for installing updates. I&#x27;m not saying blindly installing updates is a good idea, it will break.<p>On my servers I have a cron for fetching updates, but not for installing them. I get an email so I manually install them.
pestatijeover 1 year ago
if an update breaks something youll be forced to deal with it no matter how busy you are at that moment...on the other hand, is a delayed update critical?