Raft snapshot restore issue

I was able to get it restored. Had a couple issues:

  1. The previous cluster was a quorum of 5 hosts, new 3
  2. The backup had audit logging configured, with the new hosts not having the file
  3. Vault will stop serving requests if audit is enabled and can’t log

So I was able to successfully join as a leader with 1 node by following this process:

Now just need to figure out bringing the other nodes online.