Live data from Hacker News

DigitalOcean lost our server

murze.be

41–50 of 219 posts

Re: DigitalOcean lost our server

#41

Although I have backups of my critical files, I don't want to try to rebuild from those files if I can help it. After learning that Digital Ocean does no backups of their own (even for critical hardware failure on their own side) I've enabled weekly backups for an additional $1 per month. Glad you posted this so that I know that option is available and really necessary. And who wouldn't pay $1? Edit: It costs 20% but…

If you're running in "the cloud", you should _always_ be able to destroy your instances and have them auto-rebuild from configuration management and a persistent object storage system (git repo + S3 or Google Nearline).

Re: DigitalOcean lost our server

#43

The weekly backup deal is something I really do not like with Digital Ocean, I think Linode does it better, I've been planning to move for a while now, I've just been super lazy, but this might be the push I need. 7 days of lost data is unacceptable to me, especially when I'm paying for backups. > Three backup slots are executed and rotated automatically: a daily backup, a 2-7 day old backup, and an 8-14 day old back…

I see DO's weekly backup as a convenience feature for if you need to restore your server, not as your primary backup method. Use the DO snapshot to restore most of the way, then run an up-to-date differential restore from your other (real) backup solution (that is hosted somewhere else).

Re: DigitalOcean lost our server

#47

This seems like a non-issue to me. If you're using an IaaS provider you should be treating the network as volatile from the get-go. This is the reason AWS has things like auto-scaling groups. You should be designing for failure in "the cloud"

Isn't "non-issue" a big of an exaggeration? If the dry cleaners lost my clothes, the bank lost my money, a valet lost my car, or gmail lost my inbox I'd be angry.

Re: DigitalOcean lost our server

#48

Between the lines takeaway: hardware raid is dangerous.

I'd be curious what their RAID is setup. I agree and run ZFS for our data storage.

Check out https://www.digitalocean.com/community/questions/how-did-do-... for your answer. It's a bit old, but still true.

Re: DigitalOcean lost our server

#49

Earlier quoted context omitted.

I'd still not host production on DO unless your setup allows you to failover to a backup DC with a different provider.

Why?

They regularly are unable to create new droplets [or other control issues where you can't perform normal functions with normal latency] and/or have full DC outages.

Pretty much any use case where I'd use something like DO being unable to create new VMs, etc. is the same as an outage.

Re: DigitalOcean lost our server

#50

Although I have backups of my critical files, I don't want to try to rebuild from those files if I can help it. After learning that Digital Ocean does no backups of their own (even for critical hardware failure on their own side) I've enabled weekly backups for an additional $1 per month. Glad you posted this so that I know that option is available and really necessary. And who wouldn't pay $1? Edit: It costs 20% but…

If you're running in "the cloud", you should _always_ be able to destroy your instances and have them auto-rebuild from configuration management and a persistent object storage system (git repo + S3 or Google Nearline).

do you have any guides or tutorials I could possibly follow to have a setup like that? I'm working on configuring a site and would like the ability to 1) scale as quickly as possibly or 2) rebuild in event of total failure.

I just don't even know where to begin. Is this something I could stand up locally and push to like s3, spin up a new server and install 1 thing and have it pull the configs and software installs down?

Any suggestions?

Post reply on HN