mirror of https://github.com/docker/docs.git
832 B
832 B
description | keywords | title | notoc |
---|---|---|---|
Restore to a running cluster | documentation, docs, docker, cluster, infrastructure, automation | docker cluster restore | true |
Usage
docker cluster restore [OPTIONS] cluster
Use the following options as needed to restore a cluster from a backup:
--dry-run
: Skips resource provisioning.--file string
: Specifies a cluster backup filename. Defaults tobackup.tar.gz
.--log-level string
: Specifies the logging level. Valid values include:trace
,debug
,info
,warn
,error
, andfatal
. Defaults towarn
.--passphrase string
: Specifies a cluster backup passphrase.
The restore command performs a full Docker Cluster restore following the steps found in Backup and Restore Best Practices.