mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
35 lines
796 B
Text
35 lines
796 B
Text
|
|
NAME
|
||
|
|
gcloud beta sql export - provide commands to export Cloud SQL instances
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta sql export COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Provide commands to export Cloud SQL instances.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
bak
|
||
|
|
(BETA) Export data from a Cloud SQL instance to a BAK file.
|
||
|
|
|
||
|
|
csv
|
||
|
|
(BETA) Exports data from a Cloud SQL instance to a CSV file.
|
||
|
|
|
||
|
|
sql
|
||
|
|
(BETA) Exports data from a Cloud SQL instance to a SQL file.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud sql export
|
||
|
|
|
||
|
|
$ gcloud alpha sql export
|
||
|
|
|