Please help me and give ideas on how to migrate data from google cloud SQL so that I can use the same in my home data centre system I brought up as a switcher cluster to test operations for a time when Google Cloud Kubernetes services will be scaled down and my home data centre will scale up.
Greetings @Sayandip!
Welcome to the Google Cloud Community!
Take a look at this documentation: Migrate data between Cloud SQL and external servers.
In migrating your data, you must set up your external server as an external replica, then demote the Cloud SQL instance to become the replica of the external server.
Also, check out the best practices for importing and exporting data.
Let me know if it helped, thanks!