yc managed-mongodb cluster restore
Written by
Updated at November 2, 2024
Restore a MongoDB cluster from a backup.
Command Usage
Syntax:
yc managed-mongodb cluster restore [Flags...] [Global Flags...]
Flags
Flag | Description |
---|---|
--backup-id |
string ID of the backup to use for restoring a cluster. |
--name |
string Name for the restored cluster. |
--description |
string Description for the restored cluster. |
--environment |
string Environment for the restored cluster. Supported values: 'production', 'prestable'. |
--recovery-target-timestamp |
int Timestamp of the moment to which the MongoDB cluster should be restored. Format: UNIX Epoch time (POSIX time). Example: '1600884000' is UNIX Epoch time for '2020-09-23T18:00:00+00:00'. |
--network-id |
string Network id. |
--network-name |
string Network name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...] Individual configurations for hosts that should be created for the MongoDB cluster being restored. Possible property names:
|
--labels |
key=value[,key=value...] A list of labels as key-value pairs to add for the cluster being restored. |
--folder-id |
string ID of folder where restored cluster will be created. |
--security-group-ids |
value[,value] A list of security groups for the MongoDB cluster. |
--mongodb-version |
string Version of MongoDB used by the cluster. Supported value: 5.0, 6.0, 7.0 |
--backup-window-start |
timeofday Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
int Retain period of automatically created backup in days. |
--performance-diagnostics |
Enable or disable performance diagnostics |
--datalens-access |
Allow access for DataLens |
--datatransfer-access |
Allow access for DataTransfer |
--mongod-resource-preset |
string Resource preset for computational resources available to mongodb host with corresponding role (CPU, RAM etc.). |
--mongod-disk-size |
byteSize Volume of the storage available to mongodb host with corresponding role in GB. |
--mongod-disk-type |
string Storage type for mongodb host with corresponding role. |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
Flag | Description |
---|---|
--profile |
string Set the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
int Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
string Set the ID of the cloud to use. |
--folder-name |
string Set the name of the folder to use (will be resolved to id). |
--endpoint |
string Set the Cloud API endpoint (host:port). |
--token |
string Set the OAuth token to use. |
--impersonate-service-account-id |
string Set the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
string Set the output format: text (default), yaml, json, json-rest. |
--jq |
string Query to select values from the response using jq syntax |
-h ,--help |
Display help for the command. |