Earlier quoted context omitted.
Hey drcongo. Things like this occur at every cloud provider and I would never be comfortable promising you it's not a possibility. What I can tell you is that DO invests very heavily in trust and security (moreso than any company of our size that I've seen in my career). While we are far from perfect, we have a ton of controls in-place to ensure things like this don't happen, especially for customers with your type o…
That's a fair response, and I totally take threatofrain's point below too. I guess a better question would have been: is there anything as a customer I can do to prevent this?
(1) Gitlab/Github for source code (almost free)
(2) automysqlbackup (or similar) to an S3 bucket for your database (very cheap) using S3FS
(3) Make sure you have a way to reproduce your entire server environment using fabric, ansible, chef, puppet (or Docker images) that is also in source control
If you have PROD code, this is normally called DR (Disaster Recovery)