sprkd
.io
🗡️ Gauntlet
Courses
Roles
Certs
Coach
Pricing
Sign in
🌥️
Google Cloud
1 / 16
Storage & Databases
Working
You must import a large SQL dump into a Cloud SQL instance. The dump file currently sits on your laptop. What is the recommended workflow?
A
Use
gcloud compute scp
to copy the dump directly into the Cloud SQL instance
B
Attach a persistent disk containing the dump to the Cloud SQL instance
C
Run
bq load
pointing at the local file
D
Upload the dump to a Cloud Storage bucket, then use Cloud SQL import from that bucket
← Back
Next →