Skip to content

Commit

Permalink
dev-docs: slight rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu committed Mar 29, 2023
1 parent 6612b5c commit 13db77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/howto/etcd-disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sudo cryptsetup luksOpen /dev/nbd0 constellation-state --key-file passphrase
```bash
./etcdutl snapshot restore db --initial-cluster constell-f2332c74-control-plane000001=https://10.9.126.0:2380 --initial-advertise-peer-urls https://10.9.126.0:2380 --data-dir recovery --name constell-f2332c74-control-plane000001 --skip-hash-check=true
```
*(replace name & IP with the name & the private IP of the remaining control plane VM - this can be seen in the Azure portal)*
*(replace name & IP with the name and the private IP of the remaining control plane VM you are to perform the restore process on - this information can be found in the Azure portal)*

10. Copy the contents of the newly created recovery directory to the mounted state disk and remove any remaining old files.
**Make sure the permissions are the same as before!**
Expand Down

0 comments on commit 13db77d

Please sign in to comment.