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

gcloud: Wed Apr 16 10:41:40 UTC 2025

This commit is contained in:
Automated 2025-04-16 10:41:40 +00:00
parent 4637d39593
commit b589c4c4ad
316 changed files with 13928 additions and 1163 deletions

View file

@ -13,6 +13,8 @@ SYNOPSIS
[--all-databases | --databases-filter=databaseName,[...]]
[--cmek-key=CMEK_KEY
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
[--max-concurrent-cdc-connections=MAX_CONCURRENT_CDC_CONNECTIONS
--max-concurrent-full-dump-connections=MAX_CONCURRENT_FULL_DUMP_CONNECTIONS --skip-full-dump --oracle-cdc-start-position=ORACLE_CDC_START_POSITION | --sqlserver-cdc-start-position=SQLSERVER_CDC_START_POSITION --max-concurrent-destination-connections=MAX_CONCURRENT_DESTINATION_CONNECTIONS --transaction-timeout=TRANSACTION_TIMEOUT]
[--peer-vpc=PEER_VPC | --static-ip
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
[--sqlserver-databases=databaseName,[...] : --sqlserver-diff-backup
@ -272,6 +274,47 @@ OPTIONAL FLAGS
specified name;
▸ provide the argument --cmek-project on the command line.
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 skipping full dump.
--skip-full-dump
Whether to skip full dump or not.
Configuration for CDC start position.
At most one of these can be specified:
--oracle-cdc-start-position=ORACLE_CDC_START_POSITION
Oracle schema change number (SCN) to start CDC data migration
from.
--sqlserver-cdc-start-position=SQLSERVER_CDC_START_POSITION
Sqlserver log squence number (LSN) to start CDC data migration
from.
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 added to the migration job.

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud database-migration private-connections create
(PRIVATE_CONNECTION : --region=REGION) --display-name=DISPLAY_NAME
(--subnet=SUBNET --vpc=VPC) [--no-async] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
[--skip-validation] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a Database Migration private connection
@ -97,6 +97,9 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--skip-validation
Creates the private connection without running prior verifications.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,