(ubuntu): fix broken etcd snapshot command (#7630)
This commit is contained in:
parent
4f7de6e5b5
commit
9aeb431032
|
@ -21,10 +21,9 @@ The `snapshot` action of the etcd charm allows the operator to snapshot
|
|||
a running cluster's data for use in cloning,
|
||||
backing up, or migrating to a new cluster.
|
||||
|
||||
juju run-action etcd/0 snapshot target=/mnt/etcd-backups
|
||||
|
||||
- **param** target: destination directory to save the resulting snapshot archive.
|
||||
juju run-action etcd/0 snapshot
|
||||
|
||||
This will create a snapshot in `/home/ubuntu/etcd-snapshots` by default.
|
||||
|
||||
## Restore etcd data
|
||||
|
||||
|
|
Loading…
Reference in New Issue