Earlier quoted context omitted.
I was literally going to spend the weekend testing latency between the US DO data centers and VMs on Azure and AWS just to see if any were pretty reasonable (consistently under 10ms) so I could use DO for my application and Azure or AWS for the DB hosting and management. This is incredibly great timing.
...then why not just use AWS's Lightsail instead of DO so you can use AWS RDS without worrying about latency? (Or the equivalent for Azure or GCP.) Really asking, bc for next personal projects I was getting ready to abandon DO and use AWS Lightsail + RDS.
Digital Ocean Managed Databases
111–120 of 171 posts
Re: Digital Ocean Managed Databases
#112Earlier quoted context omitted.
Can you explain it more? Why you think that running your own DB instance is such overhead? Are you ever tried running your own, with mysql/mariadb for example?
Mostly because databases are the key piece o data-persistence infrastructure. Spinning up a MySQL db to dev against, or a single server for a hobby project is quick and easy. In production, all of a sudden you have a lot of work to do, especially around HA. Figure out replication, get it working, figure out how to monitor/alert if it stops working, figure out failover, figure out how to test that failover actually wo…
Re: Digital Ocean Managed Databases
#113How is DigitalOcean's resilience to DDoS attacks? After Linode's giant DDoS-related outages a couple of years ago, I moved everything to AWS on the theory that they (along with Google and Azure) would be better at mitigating similar attacks. Would be nice to have DO as an option.
Wait I thought AWS made you pay if you got hit with a DDoS or even a moderate amount of traffic. It's just there is no cap on costs if you have any kind of autoscaling enabled. There use to be many posts complaining about surprise charges on AWS.
They were generous enough, but at the expense of uncertainty + you needing to play an active role in getting them to pay your bill. Depending on what sort of service you run, it may be a constant ordeal.
After getting some large CloudFront bills taken care of, I left and wondered what sort of person had the stomach it.
Re: Digital Ocean Managed Databases
#114Wow, this is fantastic news! I think this opens the floodgates for lots of people who currently use Heroku, and would like to use simple VPS's without jumping into the headache that is AWS. Any word on pricing?
I have used it both for work and in personal projects and haven't ran into any issues/headaches.
Re: Digital Ocean Managed Databases
#115Is there an expected downtime during system updates?
Re: Digital Ocean Managed Databases
#116I bet it is going to be very expensive. I have a 300gb MySQL database that needs a more reliable home. I add about 800mb if data a day.
note: I'm not affiliated with DO in any way and pricing and capacity are only speculation.
Re: Digital Ocean Managed Databases
#117Earlier quoted context omitted.
These are some serious allegations. If this is true then DogitalOcean needs to explain themselves. I guess, one should also have backups off site. Relying on just one provider constitutes a single point of failure.
I suspect that any cloud provider has enormous amounts of fraud on it and no tooling is 100% error free. It's also important to note that GDPR has specific exemptions for companies responding suspected security/fraud related issues. I love DO because the performance for the price is great. Also have no issue supporting emerging tech companies with cultures I connect with.
Re: Digital Ocean Managed Databases
#118I see some DO employees around.. What is the trick for getting access to the new Kubernetes and/or postgres betas? I'd love to use both for my side hustle (Currently on normal DO droplets) EDIT - I now see the kubernetes option in my DO account. Thanks!
Re: Digital Ocean Managed Databases
#119I put up a few different sights on a droplet and have been preparing to make a switch over to Heroku exactly for the sake of the managed postgres.
Maybe I won't have to!