1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -11,6 +11,8 @@ SYNOPSIS
[--type=TYPE] [--update-labels=[KEY=VALUE,...]]
[--all-databases | --databases-filter=databaseName,[...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--max-concurrent-cdc-connections=MAX_CONCURRENT_CDC_CONNECTIONS
--max-concurrent-full-dump-connections=MAX_CONCURRENT_FULL_DUMP_CONNECTIONS --max-concurrent-destination-connections=MAX_CONCURRENT_DESTINATION_CONNECTIONS --transaction-timeout=TRANSACTION_TIMEOUT]
[--peer-vpc=PEER_VPC | --static-ip
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
[--sqlserver-databases=databaseName,[...] --sqlserver-diff-backup
@ -195,6 +197,30 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
The heterogeneous migration config. This is used only for Oracle to Cloud
SQL for PostgreSQL and SQL Server to Cloud SQL for PostgreSQL migrations.
Configuration for Oracle or SQL Server as a source in a heterogeneous
migration.
--max-concurrent-cdc-connections=MAX_CONCURRENT_CDC_CONNECTIONS
Maximum number of connections Database Migration Service will open
to the source for CDC phase.
--max-concurrent-full-dump-connections=MAX_CONCURRENT_FULL_DUMP_CONNECTIONS
Maximum number of connections Database Migration Service will open
to the source for full dump phase.
Configuration for Postgres as a destination in a heterogeneous
migration.
--max-concurrent-destination-connections=MAX_CONCURRENT_DESTINATION_CONNECTIONS
Maximum number of concurrent connections Database Migration Service
will open to the destination for data migration.
--transaction-timeout=TRANSACTION_TIMEOUT
Timeout for data migration transactions.
The connectivity method used by the migration job. If a connectivity
method isn't specified, then it isn't updated for the migration job.