mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -7,9 +7,10 @@ SYNOPSIS
|
|||
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
|
||||
--source=SOURCE --type=TYPE [--no-async] [--commit-id=COMMIT_ID]
|
||||
[--conversion-workspace=CONVERSION_WORKSPACE]
|
||||
[--databases-filter=databaseName,[...]] [--display-name=DISPLAY_NAME]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--dump-path=DUMP_PATH]
|
||||
[--dump-type=DUMP_TYPE] [--filter=FILTER] [--labels=[KEY=VALUE,...]]
|
||||
[--all-databases | --databases-filter=databaseName,[...]]
|
||||
[--cmek-key=CMEK_KEY
|
||||
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
|
||||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
|
|
@ -187,14 +188,6 @@ 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
|
||||
|
|
@ -227,6 +220,21 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
The migration job objects config.
|
||||
|
||||
The migration job objects config for databases.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all-databases
|
||||
Migrate all databases for the migration job. This flag is used only
|
||||
for Postgres to AlloyDB migrations.
|
||||
|
||||
--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 migrations.
|
||||
|
||||
Cmek key resource - Name of the CMEK (customer-managed encryption key)
|
||||
used for the migration job The arguments in this group can be used to
|
||||
specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud database-migration migration-jobs update
|
||||
(MIGRATION_JOB : --region=REGION) [--no-async] [--commit-id=COMMIT_ID]
|
||||
[--databases-filter=databaseName,[...]] [--destination=DESTINATION]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--destination=DESTINATION] [--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--dump-path=DUMP_PATH]
|
||||
[--dump-type=DUMP_TYPE] [--filter=FILTER] [--source=SOURCE]
|
||||
[--type=TYPE] [--update-labels=[KEY=VALUE,...]]
|
||||
[--all-databases | --databases-filter=databaseName,[...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
|
||||
|
|
@ -76,14 +76,6 @@ FLAGS
|
|||
migration job. If not specified, the latest commit id will be used by
|
||||
default.
|
||||
|
||||
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.
|
||||
|
||||
Connection profile resource - ID of the destination connection profile,
|
||||
representing the destination database. This represents a Cloud resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
|
|
@ -166,6 +158,21 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
The migration job objects config.
|
||||
|
||||
The migration job objects config for databases.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all-databases
|
||||
Migrate all databases for the migration job. This flag is used only
|
||||
for Postgres to AlloyDB migrations.
|
||||
|
||||
--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 migrations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue