mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +00:00
gcloud: Wed Mar 13 09:56:21 UTC 2024
This commit is contained in:
parent
7f632e0c5d
commit
75379bf68b
273 changed files with 9390 additions and 532 deletions
|
|
@ -55,6 +55,18 @@ EXAMPLES
|
|||
--region=us-central1 --type=CONTINUOUS --source=cp1 \
|
||||
--destination=cp2 --conversion-workspace=cw
|
||||
|
||||
To create a continuous SQL Server to SQL Server homogeneous migration job: $ gcloud database-migration migration-jobs create my-migration-job \
|
||||
--region=us-central1 --type=CONTINUOUS --source=cp1 \
|
||||
--destination=cp2 --sqlserver-backup-file-pattern=pattern \
|
||||
--sqlserver-databases=db1,db2,db3
|
||||
|
||||
To create a continuous SQL Server to SQL Server homogeneous migration job
|
||||
with encrypted databases: $ gcloud database-migration migration-jobs create my-migration-job \
|
||||
--region=us-central1 --type=CONTINUOUS --source=cp1 \
|
||||
--destination=cp2 --sqlserver-backup-file-pattern=pattern \
|
||||
--sqlserver-databases=db1,db2,db3 \
|
||||
--sqlserver-encrypted-databases=PATH/TO/ENCRYPTION/SETTINGS
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Migration job resource - The migration job to create. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue