Is it possible to link and migrate data between AWS RDS for MySQL and Google Cloud SQL?

Asked 1 years ago, Updated 1 years ago, 43 views

Is it possible to collaborate and migrate data between AWS RDS for MySQL (MariaDB) and GCP Cloud SQL?

How do I migrate data from RDS for MySL in AWS to Cloud SQL for MySQL in GCP? Is there any problem with table migration in Export and Import, user and permissions, View, etc.?
Also, if possible, are there any precautions or restrictions?

I would appreciate it if you could tell me the method and precautions.
Thank you for your cooperation.

mysql aws

2022-09-30 14:34

1 Answers

I've never used it, and I've only searched a little, but the following Cloud SQL documentation says:

Best Practices for Importing and Exporting Data | Cloud SQL for MySQL | Google Cloud

If you migrate the entire database from a supported database server (on-premises, AWS, or Google Cloud) to a new Cloud SQL instance, use Database Migration Service instead of exporting and importing files.


2022-09-30 14:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.