mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
|
||||
--source=SOURCE --type=TYPE [--no-async] [--commit-id=COMMIT_ID]
|
||||
[--conversion-workspace=CONVERSION_WORKSPACE]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--databases-filter=databaseName,[...]] [--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--dump-path=DUMP_PATH]
|
||||
[--dump-type=DUMP_TYPE] [--filter=FILTER] [--labels=[KEY=VALUE,...]]
|
||||
[--cmek-key=CMEK_KEY
|
||||
|
|
@ -187,6 +187,14 @@ OPTIONAL FLAGS
|
|||
To set the conversion_workspace attribute:
|
||||
▸ provide the argument --conversion-workspace on the command line.
|
||||
|
||||
The migration job objects config.
|
||||
|
||||
--databases-filter=databaseName,[...]
|
||||
A list of databases to be migrated to the destination instance.
|
||||
Provide databases as a comma separated list. This flag is used only
|
||||
for Postgres to AlloyDB and SQL Server to Cloud SQL SQL Server
|
||||
migrations.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the migration job. The display name can
|
||||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue