mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Added vault operator raft snapshot inspect usage (#24083)
* Added `vault operator raft snapshot inspect` usage * Update website/content/docs/commands/operator/raft.mdx Forcing suggestion commit so we can merge and publish the changes. --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
@@ -192,6 +192,20 @@ Usage: vault operator raft snapshot restore <snapshot_file>
|
||||
$ vault operator raft snapshot restore raft.snap
|
||||
```
|
||||
|
||||
### snapshot inspect
|
||||
|
||||
Inspects a snapshot file taken from a Vault Raft cluster and prints a table showing the number of keys and the amount of space used.
|
||||
|
||||
```text
|
||||
Usage: vault operator raft snapshot inspect <snapshot_file>
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```shell-session
|
||||
$ vault operator raft snapshot inspect raft.snap
|
||||
```
|
||||
|
||||
## autopilot
|
||||
|
||||
This command groups subcommands for operators interacting with the autopilot
|
||||
|
||||
Reference in New Issue
Block a user