1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Apr 3 09:23:31 UTC 2024

This commit is contained in:
Automated 2024-04-03 09:23:31 +00:00
parent 4ade1b44cc
commit 7e2535c53d
212 changed files with 8070 additions and 151 deletions

View file

@ -14,6 +14,10 @@ SYNOPSIS
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
[--peer-vpc=PEER_VPC | --static-ip
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
[--sqlserver-databases=databaseName,[...]
: --sqlserver-backup-file-pattern=SQLSERVER_BACKUP_FILE_PATTERN;
default=".(\\.|)(<epoch>\\d)\\.(trn|bak|trn\\.final)"
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -289,6 +293,38 @@ OPTIONAL FLAGS
--vm=VM
Name of VM that will host the SSH tunnel bastion.
The SQL Server homogeneous migration config. This is used only for SQL
Server to CloudSQL SQL Server migrations.
--sqlserver-databases=databaseName,[...]
A list of databases to be migrated to the destination Cloud SQL
instance. Provide databases as a comma separated list. This list
should contain all encrypted and non-encrypted database names.
This flag argument must be specified if any of the other arguments in
this group are specified.
--sqlserver-backup-file-pattern=SQLSERVER_BACKUP_FILE_PATTERN; default=".(\\.|)(<epoch>\\d)\\.(trn|bak|trn\\.final)"
Pattern that describes the default backup naming strategy. The
specified pattern should ensure lexicographical order of backups. The
pattern should define the following capture group set epoch - unix
timestamp Example: For backup files TestDB.1691448240.bak,
TestDB.1691448254.trn, TestDB.1691448284.trn.final use pattern:
.\.(<epoch>\d)\.(trn|bak|trn\.final) or
.\.(<timestamp>\d)\.(trn|bak|trn\.final)
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
A JSON/YAML file describing the encryption settings per database for
all encrytped databases. An example of a JSON request: [{ "database":
"db1", "encryptionOptions": { "certPath": "Path to certificate 1",
"pvkPath": "Path to certificate private key 1", "pvkPassword":
"Private key password 1" } }, { "database": "db2",
"encryptionOptions": { "certPath": "Path to certificate 2",
"pvkPath": "Path to certificate private key 2", "pvkPassword":
"Private key password 2" } }]
This flag accepts "-" for stdin.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,