We are planning to migrate huge tera bytes of data from AWS RDS My-SQL store to GCP Cloud SQL.
We are planning to setup a replica in cloud sql to begin with. What could be possible migration strategy and approach?
GCP Cloud SQL doesn't allow external cloud replication? It blocks replicating data from master in aws rds and replica in cloud sql. GCP blocks "change master command" in cloud sql replica. Has anyone faced similar issue? or constraint? If yes, what is the alternative to setup a replica in gcp cloud sql?