0

This may be a stupid question, but after hours of googleing i cant find a suitable answer to this..

We have a buisness critical application running on cloudbees. The sourcecode is backed up properly and we want the same for our db. Cloudbees doc says:

"CloudBees MySQL databases are backed by EBS volumes on Amazon EC2 which provides a first layer of storage redundancy. EBS volumes are backed up to S3 every 24 hours for disaster recovery and are not generally available for customer use on multi-tenant MySQL clusters. Customers using Dedicated MySQL instances can request rollbacks to previous backup snapshots by filing a support ticket."

So basicly we are protected out of the box in case of emergencies, but not if an employee accidentally deletes something he should not.

So my question is: How can we automaticly do a backup of a cloudbees mysql db every night? We have amazon S3 storage where it could be put.

Any ideas?

4

1 回答 1

0

您可以使用命令行脚本轻松地将数据库备份到您的 S3 帐户,并根据需要随时运行它。不久前我遇到了完全相同的问题,并写了这个方便的教程。它应该非常适合您想做的事情。

于 2013-10-28T21:02:27.083 回答