← Back to context

Comment by QuantumNomad_

8 hours ago

> I bet it's also less reliable than Hetzner's servers, and is likely to suddenly die some day

I’m a happy Hetzner customer but I have had servers that I rented from them die a couple of times.

I rent physical servers from them that have been previously rented to other customers. At some point hard drives fail.

However, I have solid backup setup in place (ZFS send and recv to other physical hosts in different physical locations) with that in mind, so I haven’t lost data with Hetzner. But if I naively did not have any backup then data would have gotten lost a couple of times.

> I rent physical servers from them that have been previously rented to other customers. At some point hard drives fail.

The comparison in this case is to Hetzner's VPS offerings, which are probably less powerful than the average "old laptop" but have a significant advantage in terms of hardware reliability. It's still possible for the host running the VPS to have problems which result in a crash or the VM equivalent of a hard power off but the VM hosts and their underlying storage should be redundant such that the virtual hardware never fails.

That's not to say rebooting from a crash-consistent state will always work, you should always keep backups even with a high-quality VPS host, but the odds of recovering cleanly from a hardware problem are orders of magnitude better than an old laptop. For the sort of hobby project or personal tinker box that would be reasonable to host on a random laptop shoved in a rack you probably wouldn't even notice the downtime until you saw the event notification email your provider sends you.

Well, yeah, but that's not really a Hetzner thing. That's just computers in general.

Just monitor them so you can act proactively.

  • Of course. Just pointing out that even if the hardware might be server grade, doesn’t mean one can assume that the risk of hardware failure is negligibly low. And that one always needs to have offsite backups.