gcloud sql export sql my-db gs://my-bucket/dump.sql.gz --database appdb

Category: Google Cloud & Workspace

gcloud sql export sql my-db gs://my-bucket/dump.sql.gz --database appdb

Export a database to Cloud Storage

Dumps the appdb database from my-db into a compressed SQL file in my-bucket, a portable way to back up or migrate data. The instance's service account needs the storage.objectAdmin role on the bucket. Import the file into another instance with gcloud sql import sql.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.