mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Thu Jun 6 09:19:36 UTC 2024
This commit is contained in:
parent
595ac8640a
commit
40ba53d37f
93 changed files with 3117 additions and 305 deletions
|
|
@ -3,10 +3,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql instances clone SOURCE DESTINATION [--async]
|
||||
[--preferred-secondary-zone=PREFERRED_SECONDARY_ZONE]
|
||||
[--preferred-zone=PREFERRED_ZONE]
|
||||
[--bin-log-file-name=BIN_LOG_FILE_NAME
|
||||
--bin-log-position=BIN_LOG_POSITION | [--point-in-time=POINT_IN_TIME
|
||||
: --preferred-zone=PREFERRED_ZONE
|
||||
--restore-database-name=RESTORE_DATABASE_NAME]]
|
||||
: --restore-database-name=RESTORE_DATABASE_NAME]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -67,6 +68,17 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--preferred-secondary-zone=PREFERRED_SECONDARY_ZONE
|
||||
The preferred secondary zone for the cloned regional instance. If you
|
||||
specify a value for this flag, then the destination instance uses the
|
||||
value as the secondary zone. The secondary zone can't be the same as
|
||||
the primary zone.
|
||||
|
||||
--preferred-zone=PREFERRED_ZONE
|
||||
The preferred zone for the cloned instance. If you specify a value for
|
||||
this flag, then the destination instance uses the value as the primary
|
||||
zone.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Binary log coordinates for point-in-time recovery.
|
||||
|
|
@ -106,10 +118,6 @@ FLAGS
|
|||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--preferred-zone=PREFERRED_ZONE
|
||||
The preferred zone for the cloned instance. If set, the destination
|
||||
instance will be created in this zone.
|
||||
|
||||
--restore-database-name=RESTORE_DATABASE_NAME
|
||||
The name of the database to be restored for a point-in-time restore.
|
||||
If set, the destination instance will only restore the specified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue