mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -4,8 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb clusters restore CLUSTER --region=REGION
|
||||
(--backup=BACKUP
|
||||
| --point-in-time=POINT_IN_TIME --source-cluster=SOURCE_CLUSTER)
|
||||
(--backup=BACKUP | --backupdr-backup=BACKUPDR_BACKUP
|
||||
| --point-in-time=POINT_IN_TIME
|
||||
(--backupdr-data-source=BACKUPDR_DATA_SOURCE
|
||||
| --source-cluster=SOURCE_CLUSTER))
|
||||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--enable-private-service-connect] [--network=NETWORK]
|
||||
[--tags=[KEY=VALUE,...]]
|
||||
|
|
@ -49,6 +51,10 @@ REQUIRED FLAGS
|
|||
location are assumed to be the same as the restored cluster that is
|
||||
being created.
|
||||
|
||||
--backupdr-backup=BACKUPDR_BACKUP
|
||||
Backup DR backup to restore from. This is a resource path of the form
|
||||
projects/myProject/locations/us-central1/backupVaults/myBackupVault/dataSources/myDataSource/backups/myBackup.
|
||||
|
||||
Restore a cluster from a source cluster at a given point in time.
|
||||
|
||||
--point-in-time=POINT_IN_TIME
|
||||
|
|
@ -62,6 +68,11 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--backupdr-data-source=BACKUPDR_DATA_SOURCE
|
||||
Backup DR data source to restore from. This is a resource path of
|
||||
the form
|
||||
projects/myProject/locations/us-central1/backupVaults/myBackupVault/dataSources/myDataSource.
|
||||
|
||||
--source-cluster=SOURCE_CLUSTER
|
||||
AlloyDB source cluster to restore from. This must either be the
|
||||
full cluster name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue