mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -85,15 +85,15 @@ FLAGS
|
|||
numbers.
|
||||
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the source database
|
||||
x509 PEM-encoded certificate of the CA that signed the database
|
||||
server's certificate. The replica will use this certificate to verify
|
||||
it's connecting to the correct host. Database Migration Service
|
||||
encrypts the value when storing it.
|
||||
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
authenticate against the source database server. Database Migration
|
||||
Service encrypts the value when storing it.
|
||||
authenticate against the database server. Database Migration Service
|
||||
encrypts the value when storing it.
|
||||
|
||||
--private-key=PRIVATE_KEY
|
||||
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
|
||||
|
|
@ -101,10 +101,13 @@ FLAGS
|
|||
when storing it.
|
||||
|
||||
--host=HOST
|
||||
IP or hostname of the source database.
|
||||
IP or hostname of the database. When --psc-service-attachment is also
|
||||
specified, this field value should be: 1. For Cloud SQL PSC enabled
|
||||
instance - the dns_name field (e.g <uid>.<region>.sql.goog.). 2. For
|
||||
Cloud SQL PSA instance (vpc peering) - the private ip of the instance.
|
||||
|
||||
--port=PORT
|
||||
Network port of the source database.
|
||||
Network port of the database.
|
||||
|
||||
--username=USERNAME
|
||||
Username that Database Migration Service uses to connect to the
|
||||
|
|
@ -115,8 +118,8 @@ FLAGS
|
|||
|
||||
--password=PASSWORD
|
||||
Password for the user that Database Migration Service uses to connect
|
||||
to the source database. Database Migration Service encrypts the value
|
||||
when storing it, and the field is not returned on request.
|
||||
to the database. Database Migration Service encrypts the value when
|
||||
storing it, and the field is not returned on request.
|
||||
|
||||
--prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue