A genomic research organization needs to migrate an on-premises data archive of of uncompressed sequence files and an operational PostgreSQL database to Google Cloud. The organization has an operational Dedicated Interconnect with of unallocated bandwidth dedicated to migration tasks. The business requirement dictates a maximum database cutover downtime of . Which data transfer and database migration strategy should the cloud architect recommend?
- AOrder a Google Cloud Transfer Appliance to transfer the archive offline, and perform a offline database dump and restore to Cloud SQL for PostgreSQL during the maintenance window.
- Use Storage Transfer Service over the Dedicated Interconnect to move the archive, and use Database Migration Service (DMS) for continuous replication of the PostgreSQL database to Cloud SQL.Cevap
- CUse Storage Transfer Service to transfer the archive, and migrate the PostgreSQL database to Cloud Spanner to ensure multi-region horizontal scalability during migration.
- DSet up multiple HA VPN tunnels over the public internet to transfer the archive, and use Database Migration Service to migrate the database to Cloud SQL.
Cevap
Use Storage Transfer Service over the Dedicated Interconnect to move the archive data, and use Database Migration Service (DMS) with continuous replication for the PostgreSQL database migration to Cloud SQL.
Transferring over an available connection takes approximately 10 days online, making Storage Transfer Service over the existing Dedicated Interconnect the optimal choice without incurring physical device shipping delays. For the PostgreSQL database, Database Migration Service (DMS) provides continuous CDC replication to Cloud SQL, allowing the target instance to sync continuously until a quick cutover is performed within the 2-hour downtime window.
Adım Adım Çözüm
Anahtar Kavram
Selecting GCP data transfer and database migration tools based on network bandwidth calculations, dataset scale, and downtime windows.