OnPremise MySql to Cloud SQL
- Anand Nerurkar
- Sep 16, 2023
- 1 min read
Updated: Jan 15
To migrate onpremise mysql to cloud sql, we need to follow up below steps
Set up hybrid connectivity between onpremise env to yout cloud environment
set up firewall rules
Use Database Migration Service from GCP
OnPremise MySQL
==


goto Database migration service in GCP

To migrate DB from OnPrem or one cloud to other cloud, we need to
set up connection profile
create migration job

create profile


select MySQL


create migration job




once cloudsql is created-read replica, promote it to primary db.




Comments