Has anyone been able to have the GCP team reduce their storage capacity of CloudSQL? My instance was set to automatically expand and I ran a Vacuum Full which inflated my capacity way beyond my needs and beyond my budget. I can't get anyone from GCP to return my calls. Before I start the nightmarish task of recreating my instance, I wanted to see if anyone has been able to get GCP support to help with this.
Hi @Degree73,
Welcome to Google Cloud Community!
It's definitely concerning when your CloudSQL instance unexpectedly expands and balloons your storage costs. Here are some workarounds that you may try to manage your situation and minimize the impact on your budget.
1. Reduce Data:
2. Resizing the Instance: If you can estimate your actual storage needs, you might be able to resize the instance to a smaller size manually in the Cloud Console.
3. Replicating Data: Export your data to a smaller instance or to a different storage service like Google Cloud Storage. Then, import the data into a new CloudSQL instance with a smaller capacity.
4. Consider Alternative: If your use case allows it, consider switching to Cloud Spanner, a fully managed database service that automatically scales and provides high availability.
I hope the above information is helpful.