1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -12,6 +12,11 @@ DESCRIPTION
Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as
a SQL dump file.
NOTE: Certain roles and permissions are required to export data to Google
Cloud Storage. For more information on exporting data from Google Cloud SQL
see Export from Cloud SQL to a SQL dump file
(https://cloud.google.com/sql/docs/mysql/import-export/import-export-sql#gcloud).
POSITIONAL ARGUMENTS
INSTANCE
Cloud SQL instance ID.

View file

@ -10,6 +10,11 @@ DESCRIPTION
gcloud sql import sql imports data into a Cloud SQL instance from a SQL
dump file in Google Cloud Storage.
NOTE: Certain roles and permissions are required to import data into Google
Cloud SQL. For more information on importing data into Google Cloud SQL see
Import a SQL dump file
(https://cloud.google.com/sql/docs/mysql/import-export/import-export-sql#gcloud_1).
For detailed help on importing data into Cloud SQL, refer to this guide:
https://cloud.google.com/sql/docs/mysql/import-export/importing