Hacker News new | ask | show | jobs
by endigma 1612 days ago
What do you use for storage?
1 comments

If it's images, files then something like S3. If it's a database then I mount it locally on the host.
What do you do if the host goes down?
Nothing happens to the data -- it's still intact when the host comes back up. Happy to clarify further though if that's not what you meant.
Ah, so your systems are down until you fix a node, and if the drive(s) fail you have a dead node you're stuck restoring backups.

I guess that's fine, I'm just used to having labs to test how I can avoid single instance failures. :)

The path to redundancy is there if you need it but it's not something you have to go with from the start. You can also run a database with replicas to handle any drive failures, etc. I have been running a production-grade system with thousands of customers like this for a few years.