Fixing a small issue (#10392)
The docs say to backup, start a new application called new-etcd, but then to restore to etcd/0 and not new-etcd/0. Fixing that so it restores to that newly created unit.
This commit is contained in:
committed by
k8s-ci-robot
parent
5b29044902
commit
078fb57fe9
@@ -41,7 +41,7 @@ juju deploy etcd new-etcd
|
|||||||
The above code snippet will deploy a single unit of etcd, as 'new-etcd'
|
The above code snippet will deploy a single unit of etcd, as 'new-etcd'
|
||||||
|
|
||||||
```
|
```
|
||||||
juju run-action etcd/0 restore target=/mnt/etcd-backups
|
juju run-action new-etcd/0 restore target=/mnt/etcd-backups
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the restore action has completed, evaluate the cluster health. If the unit
|
Once the restore action has completed, evaluate the cluster health. If the unit
|
||||||
|
|||||||
Reference in New Issue
Block a user