--- layout: docs page_title: Upgrade integrated storage to use Raft WAL description: >- Upgrade your Vault storage to use write-ahead with Raft logs --- # 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 = "