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.
1 parent e447269 commit ce8d33fCopy full SHA for ce8d33f
content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -293,6 +293,12 @@ employed to recover the data of a failed cluster.
293
Before starting the restore operation, a snapshot file must be present. It can
294
either be a snapshot file from a previous backup operation, or from a remaining
295
[data directory]( https://etcd.io/docs/current/op-guide/configuration/#--data-dir).
296
+Here is an example:
297
+
298
+```shell
299
+ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
300
+```
301
302
For more information and examples on restoring a cluster from a snapshot file, see
303
[etcd disaster recovery documentation](https://etcd.io/docs/current/op-guide/recovery/#restoring-a-cluster).
304
0 commit comments