From 7a01c4dc15e63d22f77adc03d7e03bbe5f260aa9 Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Sun, 13 Nov 2022 21:14:57 -0500 Subject: [PATCH] #16 - Database Migration to GCP --- google-cloud-database-migration.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 google-cloud-database-migration.md diff --git a/google-cloud-database-migration.md b/google-cloud-database-migration.md new file mode 100644 index 0000000..22a5655 --- /dev/null +++ b/google-cloud-database-migration.md @@ -0,0 +1,4 @@ +# Google Cloud Database Migration +We will be migrating a single table MySQL biometric database used for heartrate/gps/sensor data with 14 million records over from AWS [RDS](https://us-east-1.console.aws.amazon.com/rds/home?region=us-east-1#databases:) to GCP [Cloud SQL](https://cloud.google.com/sql) using the GCP [Database Migration Service](https://cloud.google.com/database-migration).\ +Previously we would [migrate](http://wiki.obrienlabs.cloud/display/DEV/Databases#Databases-ConnectingtoMySQL) to a local laptop first using MySQL [Workbench](https://dev.mysql.com/downloads/file/?id=514058) which results in a 6G+ SQL file with cloud egress costs of about $1.50 +