We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 400d6ca + ce8d33f commit d8bed61Copy full SHA for d8bed61
content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -320,6 +320,12 @@ employed to recover the data of a failed cluster.
320
Before starting the restore operation, a snapshot file must be present. It can
321
either be a snapshot file from a previous backup operation, or from a remaining
322
[data directory]( https://etcd.io/docs/current/op-guide/configuration/#--data-dir).
323
+Here is an example:
324
+
325
+```shell
326
+ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
327
+```
328
329
For more information and examples on restoring a cluster from a snapshot file, see
330
[etcd disaster recovery documentation](https://etcd.io/docs/current/op-guide/recovery/#restoring-a-cluster).
331
0 commit comments