vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Add automated Cloud SQL backups #104

Closed matthewfischer closed 5 years ago

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

cdutra commented 5 years ago

Thanks for the PR, @matthewfischer! Is there any major price implication on making this as a default?

matthewfischer commented 5 years ago

The backups are 0.08 cents/month/gb and you can have up to 7. If we assume a 5GB backup (which is on the large side for a 10G disk), it's about $3/mo. I'd be okay with making it enable/disableable as we don't need it in test environments, just not sure the best way to do that.

https://cloud.google.com/sql/docs/mysql/pricing#2nd-gen-storage-networking-prices

cdutra commented 5 years ago

Having the automated backup sounds good to me.