pages*: use "an SQL" instead of "a SQL" (#12336)

This commit is contained in:
Vitor Henrique
2024-02-23 05:21:08 -03:00
committed by GitHub
parent 51e52ebdf5
commit 35c4564372
7 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
# gcloud sql export sql
> Export data from a Cloud SQL instance to a SQL file in Google Cloud Storage.
> Export data from a Cloud SQL instance to an SQL file in Google Cloud Storage.
> Useful for creating backups or migrating data. See also: `gcloud`.
> More information: <https://cloud.google.com/sdk/gcloud/reference/sql/export/sql>.
- Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as a SQL dump file:
- Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file:
`gcloud sql export sql {{instance}} gs://{{bucket_name}}/{{file_name}}`