No surprise for me. It also happened on DO for me one time. It seemed I've had my machine on a wrong rack/server there. At the end you get what you pay for I would say... you can have luck on your DO server but there is a reason why Rackspace and Amazon still exist nowadays! If you can afford one of the bigger ones go for it.
DigitalOcean lost our server
111–120 of 219 posts
Re: DigitalOcean lost our server
#112Re: DigitalOcean lost our server
#113Earlier quoted context omitted.
Not a huge company like DO, but iwStack [1] provides a SAN backed cloud, with selectable KVM/XEN instances, custom ISO and virtual network support. The prices are similar to DO. [1] http://iwstack.com/
That's pretty damn interesting for more traditional hosting type usage. Seems like they sell 50 GB of real SAN backed storage for just 3.6€ per month. How can they afford to be so cheap?
Disclaimer: happy customer
Re: DigitalOcean lost our server
#114I hadn't heard of the backup providers mentioned in the article. Does anyone have experience with those or with other recommended solutions? I can re-implement the infrastructure of my VMs fairly easily (thank you Ansible), but backing up content outside of the provider's built-in options is something I haven't played with yet, and would obviously be the crucial piece.
Note that we only back up specific things like databases, logs (central syslog server) and data directories. We use Puppet to configure our boxes, and consider everything to be expendable that isn't data.
Re: DigitalOcean lost our server
#115So, all this strikes me as "lol you didn't know this?"
Re: DigitalOcean lost our server
#116Does anyone have any good backup solutions to mitigate this? My agency uses a script we wrote in-house to more-or-less rsync our data to an AWS instance, but it's always seemed a poor way to handle it. I'm using DO's backup service for my personal site which was always supposed to be a temporary solution (the timing of the backups is inconvenient as mentioned by the article). A better solution would be wonderful.
Note that we only back up specific things like databases, logs (central syslog server) and data directories. We use Puppet to configure our boxes, and consider everything to be expendable that isn't data.
Re: DigitalOcean lost our server
#117Two things to learn from this: 1. Never have a single point of failure. Relying on DO for Server+Backups is putting your eggs on one basket. 2. Your server state should be programmable. This is not quite easy for complex configurations. But today, DO has an API, we have Docker, and quite modern deployment tools. Here is setup: 1. Github for the server state. Basically, a repository to configure and deploy my infrastr…
Re: DigitalOcean lost our server
#118Earlier quoted context omitted.
That's pretty damn interesting for more traditional hosting type usage. Seems like they sell 50 GB of real SAN backed storage for just 3.6€ per month. How can they afford to be so cheap?
That's not even particularly cheap per-GB - BuyVM ( http://buyvm.net/storage-vps/ ) will sell you 250GB for 7USD/mo. Disclaimer: happy customer
Except that is not SAN backed storage.
From the website:
> We only use RAID-60 drive arrays with a minimum of 16 drives
That's somewhat scary. RAID-6 might be almost ok, but striped? No thank you. I bet they don't also have block level checksums.
Re: DigitalOcean lost our server
#119This 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"
It is no different if you are running your own hardware - your server hardware can fail no matter who owns the machine.