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…
DigitalOcean lost our server
41–50 of 219 posts
Re: DigitalOcean lost our server
#42I'm glad the author didn't turn this into a negative review of DO. "What will you do when your server is lost?" is exactly the right question to learn from a scenario like this.
Re: DigitalOcean lost our server
#43The 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…
Re: DigitalOcean lost our server
#44[deleted]
Re: DigitalOcean lost our server
#45[deleted]
Re: DigitalOcean lost our server
#46Re: DigitalOcean lost our server
#47This 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"
Re: DigitalOcean lost our server
#48Between 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.
Re: DigitalOcean lost our server
#49Earlier 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?
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
#50Although 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).
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?