mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 15:41:07 +02:00
* Initial manage snapshots content * API examples and more * Rounding out DR examples for automatic snapshots * Finishing up restore snapshot section * Breaking to chat * Adding recovery commands phase 1 * Adding recovery commands phase 2 * Complete with some placeholders to avoid errors * Complete initial document * Move to operations/configuration * - Add a manage snapshots partial linking to manage snapshots doc - Add partial to upgrade index - Add partial to operator raft command * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/configuration/manage-snapshots.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * [DOCS] IA and style guide suggestions [in progress] (#30993) * save initial structure * save work * save * add redirects and update titles * save * remove uneeded sysadmin landing page (for now) * replace missing redirect --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
62 lines
2.3 KiB
Plaintext
62 lines
2.3 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Manage snapshots
|
|
description: >-
|
|
Save and restore data from cluster snapshots.
|
|
---
|
|
|
|
# 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> |