0

Is there a way to pause or quiesce a database on google cloud platform to reduce costs yet maintain the data?

If not, do any of the cloud database providers offer such a feature?

Temu
  • 103
  • 1
opike
  • 133
  • 1
  • 9

1 Answers1

1

You can stop a Cloud SQL instance. This will drop the instance charges but not the storage as you'll continue to work with the same database, once the instance is re-started.

Yurci
  • 121
  • 1