gcloud beta metastore services restore

NAME
gcloud beta metastore services restore - restore a Dataproc Metastore service
SYNOPSIS
gcloud beta metastore services restore(SERVICE :--location=LOCATION)(--backup=BACKUP    |--backup-location=BACKUP_LOCATION)[--async][--restore-type=RESTORE_TYPE; default="metadata-only"][GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Restore a Dataproc Metastore service from the given backupor backup-location

If run asynchronously with--async, exits after printing anoperation name that can be used to poll the status of the creation via:

gcloudmetastoreoperationsdescribe
EXAMPLES
To restore a Dataproc Metastore service with the namemy-servicefrom the backupmy-backup with aFULL restore type,run:
gcloudbetametastoreservicesrestoremy-service--backup=my-backup--restore-type=full

To restore a Dataproc Metastore service with the namemy-servicefrom the backup-locationgs://gcs_bucket with aFULLrestore type, run:

gcloudbetametastoreservicesrestoremy-service--backup-location=gs://gcs_bucket--restore-type=full
POSITIONAL ARGUMENTS
Service resource - Arguments and flags that specify the Dataproc Metastoreservice you want to restore. The arguments in this group can be used to specifythe attributes of this resource. (NOTE) Some attributes are not given argumentsin this group but can be set in other ways.

To set theproject attribute:

  • provide the argumentservice on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

SERVICE
ID of the service or fully qualified identifier for the service.

To set theservice attribute:

  • provide the argumentservice on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--location=LOCATION
The location of the Dataproc Metastore service.

If not specified, will usedefault metastore/location.To set thelocation attribute:

  • provide the argumentservice on the command line with a fullyspecified name;
  • provide the argument--location on the command line;
  • set the propertymetastore/location.
REQUIRED FLAGS
The backup resource or the location of the backup artifacts to store from.Exactly one of these must be specified:
--backup=BACKUP
The backup resource to restore from. This can be the backup's ID,fully-qualified URL, or relative name in the formprojects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
--backup-location=BACKUP_LOCATION
The location of the backup artifacts to restore from. This should be a CloudStorage URI, contains backup avro files under "avro/", backup_metastore.json andservice.json, in the formgs://<path_to_backup>.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
--restore-type=RESTORE_TYPE; default="metadata-only"
The type of restore to perform.RESTORE_TYPE must be oneof:
full
The service's metadata and configuration are restored.
metadata-only
Only the service's metadata is restored.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

API REFERENCE
This command uses themetastore/v1beta API. The full documentationfor this API can be found at:https://cloud.google.com/dataproc-metastore/docs
NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudmetastoreservicesrestore
gcloudalphametastoreservicesrestore

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-22 UTC.