mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner migrate data --session=SESSION --source=SOURCE
|
||||
[--dry-run] [--log-level=LOG_LEVEL] [--prefix=PREFIX]
|
||||
[--skip-foreign-keys] [--source-profile=SOURCE_PROFILE]
|
||||
[--target=TARGET] [--target-profile=TARGET_PROFILE]
|
||||
--target-profile=TARGET_PROFILE [--dry-run] [--log-level=LOG_LEVEL]
|
||||
[--prefix=PREFIX] [--skip-foreign-keys]
|
||||
[--source-profile=SOURCE_PROFILE] [--target=TARGET]
|
||||
[--write-limit=WRITE_LIMIT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -28,6 +28,10 @@ REQUIRED FLAGS
|
|||
Flag for specifying source database (e.g., PostgreSQL, MySQL,
|
||||
DynamoDB).
|
||||
|
||||
--target-profile=TARGET_PROFILE
|
||||
Flag for specifying connection profile for target database (e.g.,
|
||||
"dialect=postgresql)".
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--dry-run
|
||||
Flag for generating DDL and schema conversion report without creating a
|
||||
|
|
@ -50,10 +54,6 @@ OPTIONAL FLAGS
|
|||
Specifies the target database, defaults to Spanner (accepted values:
|
||||
Spanner) (default "Spanner").
|
||||
|
||||
--target-profile=TARGET_PROFILE
|
||||
Flag for specifying connection profile for target database (e.g.,
|
||||
"dialect=postgresql)".
|
||||
|
||||
--write-limit=WRITE_LIMIT
|
||||
Number of parallel writers to Cloud Spanner during bulk data migrations
|
||||
(default 40).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue