Vault data backup standard procedure
The objective of this document is to provide a set of standard operating procedures (SOP) for backing up a Vault cluster. It protects your Vault cluster against data corruption or sabotage of which Disaster Recovery Replication might not be able to protect against.
Vault supports a number of storage backend types. Therefore, the exact steps to backup Vault will depend on your selected storage backend. The two recommended storage backend types are Consul and Integrated Storage (also known as Raft), and so this document assumes either of these storage backends is being used.
Personas
This standard operating procedures is primarily aimed at operations personnel.
Prerequisites
The following prerequisite steps and knowledge are required in order to backup a Vault cluster. All of the following are required to understand or carry out before attempting to a backup or restore of Vault.
Working Knowledge of Vault: Some working knowledge of Vault is required in order to follow these Standard Operating Procedures.
Vault cluster configuration is defined: Vault (and Consul, where using it as a storage backend) infrastructure configured as per Vault Reference Architecture.
A cluster configuration as defined in either our Vault with Integrated Storage Reference Architecture is required.
Vault is initialised: This SOP assumes you have already initialised Vault, keyholders are available with access to the unseal keys for each, that you have access to tokens with sufficient privileges for both clusters and encrypted data is stored in the storage backend.
Manual backup procedures
Follow these steps to backup Vault manually (compatible with Consul and Vault Community Edition and Enterprise). Note that the exact steps needed to be undertaken differs dependent upon your Vault architecture.
Single Vault cluster
Take a snapshot from the leader node using the following command
Store these snapshots in a secure place away from the Vault clusters.
Vault with Disaster Recovery Replication enabled
Take snapshots from the Vault Integrated Storage (Raft) cluster members on the Vault DR Primary cluster using the following command.
Store these snapshots in a secure place away from the Vault clusters.
Vault with Performance Replication enabled
Take separate snapshots from the Vault Integrated Storage (Raft) cluster members supporting both the Performance Primary cluster and Performance Secondary cluster using the following commands.
First, take a snapshot on the primary cluster.
Take a snapshot on the secondary cluster.
Store these snapshots in a secure place away from the Vault clusters.
Automated backup procedures
Follow these steps to backup Vault using the Automated Snapshots feature (available only in Vault Enterprise).
Single Vault cluster
Enable Automated Snapshots with the following command, following the instructions on the Automated Integrated Storage Snapshots and using the options specified on the API Documentation.
Example:
The following command creates a automatic snapshot configuration named,
testsnap
with a user defined location and interval. It retains up to 7
snapshots before deleting any old snapshot.
Tutorial
Refer to the Vault HA Cluster with Integrated Storage tutorial.
Vault with Disaster Recovery Replication enabled
Enable Automated Snapshots on the primary cluster with the following command, following the instructions on the Raft Integrated Storage Documentation and using the options specified on the API Documentation.
Vault with Performance Replication enabled
Enable Automated Snapshots with the following command, following the instructions on the Raft Integrated Storage Documentation and using the options specified on the API Documentation. Each Vault cluster (forming the Primary and Secondary Vault Performance Replicas) should be configured to create separate automated snapshots.
Next steps
This standard operating procedure has discussed backing up Vault data. To learn about restoring a Vault backup, read the Vault Restore Standard Procedure guide.
If you backup the data in preparation for Vault upgrade, read the Vault Upgrade Standard Procedure guide.