Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you migrate an on-premises MySQL database with read replicas to Google Cloud following Google-recommended practices to minimize downtime, while addressing the high cost and maintenance overhead of nightly incremental backups?
A
Create a Google Kubernetes Engine (GKE) cluster, install MySQL on the cluster, and then import the dump file.
B
Use the mysqldump utility to take a backup of the existing on-premises database, and then import it into Cloud SQL.
C
Create a Compute Engine VM, install MySQL on the VM, and then import the dump file.
D
Create an external replica, and use Cloud SQL to synchronize the data to the replica.