mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Added a note to remove-peer (#20583)
* Update raft.mdx * Update website/content/docs/commands/operator/raft.mdx Co-authored-by: Josh Black <raskchanky@gmail.com> --------- Co-authored-by: Josh Black <raskchanky@gmail.com>
This commit is contained in:
@@ -144,6 +144,10 @@ Usage: vault operator raft remove-peer <server_id>
|
||||
$ vault operator raft remove-peer node1
|
||||
```
|
||||
|
||||
<Note>
|
||||
Once a node is removed, its Raft data needs to be deleted before it may be joined back into an existing cluster. This requires shutting down the Vault process, deleting the data, then restarting the Vault process on the removed node.
|
||||
</Note>
|
||||
|
||||
## snapshot
|
||||
|
||||
This command groups subcommands for operators interacting with the snapshot
|
||||
|
||||
Reference in New Issue
Block a user