diff --git a/doc/book/src/cookbook/recovering.md b/doc/book/src/cookbook/recovering.md index 4472f802..9dc42ec0 100644 --- a/doc/book/src/cookbook/recovering.md +++ b/doc/book/src/cookbook/recovering.md @@ -91,7 +91,8 @@ The ID of the lost node should be shown in `garage status` in the section for di Then, replace the broken node by the new one, using: ``` -garage node add --replace -c -d -t +garage node configure --replace \ + -c -d -t ``` Garage will then start synchronizing all required data on the new node.