Hi,
We have the Dual vault servers that unseal each-other with transit seal. We try to upgrade vault version 1.5.3 to latest version of vault(1.7.2)
I prepare below steps to upgrade. Please let me know if any mistake.
- Backup vault data before upgrade (Path: /xxx/vault).
- Shutdown vault service on the first vault server
- Rename /usr/bin/vault /usr/bin/vault_1.x.x
- cp -r vault /usr/bin/vault
- Type vault --version to check the version of vault.
- Start the vault server again.
- Type vault status to Check vault if it is automatically unseal from the other vault server successfully.
- Shutdown vault service on the secondary server
- Repeat step 4 to step 7.