Skip to content

Commit

Permalink
backport of commit 7f4874f (hashicorp#20677)
Browse files Browse the repository at this point in the history
Co-authored-by: kwagga <jan.prinsloo@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and kwagga committed May 23, 2023
1 parent 73fcaca commit 7ef9b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/docs/commands/operator/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef9b8c

Please sign in to comment.