--- layout: docs page_title: Upgrade integrated storage to use Raft WAL description: >- Upgrade your Vault storage to use write-ahead with Raft logs --- > [!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. # Upgrade integrated storage to use Raft WAL @include 'alerts/experimental.mdx' ## Before you start - **You must be using Vault 1.16+**. - **You must be using Raft integrated storage**. ## Step 1: Migrate a single node 1. Take a snapshot of the current node state. Snapshots are completely separate from log storage, so the subsequent steps will not affect the snapshot. 1. Gracefully shut down the Vault process. 1. Rename the existing Vault storage directory. For example, if your current storage path is `/opt/vault/data`, rename it to `/opt/vault/data.boltdb`. 1. Update the `storage` stanza in your Vault config file: - Set `raft_wal = "true"`. - Set `raft_log_verifier_enabled = "true"`. - Set `raft_log_verification_interval = "