mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 13 10:32:10 UTC 2023
This commit is contained in:
parent
6c8d2eb024
commit
39a8a4f491
111 changed files with 1798 additions and 302 deletions
|
|
@ -42,7 +42,12 @@ REQUIRED FLAGS
|
|||
Exactly one of these must be specified:
|
||||
|
||||
--backup=BACKUP
|
||||
AlloyDB backup ID
|
||||
The AlloyDB backup to restore from. This must either be the full
|
||||
backup name
|
||||
(projects/myProject/locations/us-central1/backups/myBackup) or the
|
||||
backup ID (myBackup). In the second case, the project and location
|
||||
are assumed to be the same as the restored cluster that is being
|
||||
created.
|
||||
|
||||
Restore a cluster from a source cluster at a given point in time.
|
||||
|
||||
|
|
@ -54,7 +59,12 @@ REQUIRED FLAGS
|
|||
in this group are specified.
|
||||
|
||||
--source-cluster=SOURCE_CLUSTER
|
||||
Source cluster name.
|
||||
The AlloyDB source cluster to restore from. This must either be the
|
||||
full cluster name
|
||||
(projects/myProject/locations/us-central1/backups/myCluster) or the
|
||||
cluster ID (myCluster). In the second case, the project and
|
||||
location are assumed to be the same as the restored cluster that is
|
||||
being created.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue