mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
|
|
@ -299,7 +299,8 @@ OPTIONAL FLAGS
|
|||
--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.
|
||||
should contain all encrypted and non-encrypted database names. This
|
||||
flag is used only for SQL Server to Cloud SQL migrations.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
|
@ -311,7 +312,8 @@ OPTIONAL FLAGS
|
|||
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)
|
||||
.\.(<timestamp>\d)\.(trn|bak|trn\.final) This flag is used only for
|
||||
SQL Server to Cloud SQL migrations.
|
||||
|
||||
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
|
||||
A JSON/YAML file describing the encryption settings per database for
|
||||
|
|
@ -323,7 +325,7 @@ OPTIONAL FLAGS
|
|||
"pvkPath": "Path to certificate private key 2", "pvkPassword":
|
||||
"Private key password 2" } }]
|
||||
|
||||
This flag accepts "-" for stdin.
|
||||
This flag accepts "-" for stdin. This flag is used only for SQL Server to Cloud SQL migrations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue