Update configure-upgrade-etcd.md

Typo
Should be `etcdctl` not etcdutl
This commit is contained in:
Muller Hsu
2021-11-05 17:53:56 +08:00
committed by GitHub
parent 77106691d7
commit f0c98092e9
@@ -325,9 +325,9 @@ Here is an example:
```shell
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 etcdctl options:
```shell
ETCDCTL_API=3 etcdutl --data-dir <data-dir-location> snapshot restore snapshotdb
ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
```
For more information and examples on restoring a cluster from a snapshot file, see