Add automated raft snapshots to sidebar (#10387)
This commit is contained in:
parent
0faaf07cce
commit
17fea5cea9
|
@ -147,7 +147,7 @@ export default [
|
|||
'step-down',
|
||||
{
|
||||
category: 'storage',
|
||||
content: ['raft'],
|
||||
content: ['raft', 'raftautosnapshots'],
|
||||
},
|
||||
'tools',
|
||||
'unseal',
|
||||
|
|
|
@ -425,6 +425,7 @@ export default [
|
|||
category: 'hsm',
|
||||
content: ['behavior', 'security'],
|
||||
},
|
||||
{ category: 'automated-integrated-storage-snapshots' },
|
||||
{ category: 'lease-count-quotas' },
|
||||
{ category: 'entropy-augmentation' },
|
||||
{ category: 'sealwrap' },
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Vault Enterprise Automated Raft Snapshots
|
||||
sidebar_title: Automated Raft Snapshots
|
||||
page_title: Vault Enterprise Automated Integrated Storage Snapshots
|
||||
sidebar_title: Automated Integrated Storage Snapshots
|
||||
description: |-
|
||||
Vault Enterprise can be configured to take automated snapshots
|
||||
when using raft integrated storage and store them locally or
|
||||
in the cloud.
|
||||
---
|
||||
|
||||
# Automated Raft Snapshots
|
||||
# Automated Integrated Storage Snapshots
|
||||
|
||||
-> **Note**: This feature requires [Vault Enterprise](https://www.hashicorp.com/products/vault/)
|
||||
|
Loading…
Reference in New Issue