892545e41d
* Document timeout setting for raft snapshots We don't usually put this kind of information in the documentation, but we are aware that snapshots can be slow and I could see this message saving someone a lot of time. Open to closing this PR though if we definitely don't want this kind of documentation. * Fixing link
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
### Large Raft Snapshots
|
|
|
|
Taking and restoring Raft snapshots can exceed Vault's default and recommended
|
|
timeout settings. The
|
|
[`VAULT_CLIENT_TIMEOUT`](/docs/commands#vault_client_timeout) environment variable can
|
|
be used to allow for more time to take or restore a snapshot.
|