Merge pull request #30266 from RichieMcG/patch-1
Revert an incorrect fix
This commit is contained in:
commit
c45bc1d9bb
|
|
@ -327,7 +327,7 @@ ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
|
||||||
```
|
```
|
||||||
Another example for restoring using etcdutl options:
|
Another example for restoring using etcdutl options:
|
||||||
```shell
|
```shell
|
||||||
ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
|
ETCDCTL_API=3 etcdutl --data-dir <data-dir-location> snapshot restore snapshotdb
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information and examples on restoring a cluster from a snapshot file, see
|
For more information and examples on restoring a cluster from a snapshot file, see
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue