From 1e1d3604d7ee3d950138fb8b16499b6137f06c03 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 29 Mar 2023 11:21:26 +0200 Subject: [PATCH] dev-docs: slight rewording --- dev-docs/howto/etcd-disaster-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/howto/etcd-disaster-recovery.md b/dev-docs/howto/etcd-disaster-recovery.md index b18956c06d..80465d0a9c 100644 --- a/dev-docs/howto/etcd-disaster-recovery.md +++ b/dev-docs/howto/etcd-disaster-recovery.md @@ -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!**