mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
* Update README Let contributors know that docs will now be located in UDR * Add comments to each mdx doc Comment has been added to all mdx docs that are not partials * chore: added changelog changelog check failure * wip: removed changelog * Fix content errors * Doc spacing * Update website/content/docs/deploy/kubernetes/vso/helm.mdx Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com> --------- Co-authored-by: jonathanfrappier <92055993+jonathanfrappier@users.noreply.github.com> Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
65 lines
2.7 KiB
Plaintext
65 lines
2.7 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Manage snapshots
|
|
description: >-
|
|
Save and restore data from cluster snapshots.
|
|
---
|
|
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation, which were located in this repository under `/website`, are now located in [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs), colocated with all other product documentation. Contributions to this content should be done in the `web-unified-docs` repo, and not this one. Changes made to `/website` content in this repo will not be reflected on the developer.hashicorp.com website.
|
|
|
|
# Manage snapshots
|
|
|
|
All Vault editions support data backup and restoration with manual snapshots of
|
|
the cluster state. Vault Enterprise adds support for configurable automated
|
|
snapshots to local and cloud storage.
|
|
|
|
When you save and securely retain Vault cluster snapshots, you help defend
|
|
against data corruption or sabotage. You can further support data availability
|
|
in the event of catastrophic failure by retaining cluster snapshots outside
|
|
cluster storage or physical datacenters where clusters operate.
|
|
|
|
<Tabs>
|
|
|
|
<Tab heading="Overviews" group="overview">
|
|
|
|
- [Snapshots with integrated storage](/vault/docs/sysadmin/snapshots/automation-overview)
|
|
overview <EnterpriseAlert inline="true" />
|
|
|
|
</Tab>
|
|
|
|
<Tab heading="How-to guides" group="how-to">
|
|
|
|
Step-by-step instructions:
|
|
|
|
- [Save a snapshot](/vault/docs/sysadmin/snapshots/save)
|
|
- [Restore a snapshot](/vault/docs/sysadmin/snapshots/restore)
|
|
- [Recover discrete secrets in a replicated evironment](/vault/docs/sysadmin/snapshots/reocver-a-secret/replicated-cluster) <EnterpriseAlert inline="true" />
|
|
- [Recover discrete secrets in a non-replicated evironment](/vault/docs/sysadmin/snapshots/reocver-a-secret/single-cluster) <EnterpriseAlert inline="true" />
|
|
- [Automate snapshots](/vault/docs/sysadmin/snapshots/recover-a-secret) <EnterpriseAlert inline="true" />
|
|
- [Recover discrete secrets](/vault/docs/sysadmin/snapshots/recover-a-secret) <EnterpriseAlert inline="true" />
|
|
|
|
</Tab>
|
|
|
|
<Tab heading="Reference" group="ref">
|
|
|
|
Technical references:
|
|
|
|
- [`vault operator raft snapshot` CLI commands](/vault/docs/commands/operator/raft#snapshot)
|
|
- [Raft storage API docs](/vault/api-docs/system/storage/raft)
|
|
|
|
</Tab>
|
|
|
|
<Tab heading="Tutorials" group="tutorial">
|
|
|
|
Detailed tutorials:
|
|
|
|
- [Vault with integrated storage reference architecture](/vault/tutorials/day-one-raft/raft-reference-architecture) -
|
|
Learn about architectural and operational best practices for deploying Vault
|
|
with integraged storage backends in a production environment.
|
|
- [Configure Vault cluster with integrated storage](/vault/tutorials/raft/raft-storage#automated-snapshots) -
|
|
Follow a detailed walkthrough for configuring and using automated snapshots.
|
|
|
|
</Tab>
|
|
|
|
</Tabs> |