I am trying to restore a Raft snapshot onto a new Vault cluster. I can restore successfully, but none of the nodes ever join as a leader. The old cluster was 5 nodes, but now it is just 3.
I’ve been restoring with the command: vault operator raft snapshot restore -force /path/to/snapshot
Not sure what I am doing wrong. Any insight appreciated, thanks.
We did have Audit enabled and I see error messages about it not being able to open the audit file because it doesn’t exist.
I know that Vault stops serving requests if it can’t run the audit log. Going to try and get the audit file created before the restore to see if that is the issue.