Best practice to restore consul snap in Vault/consul cluster

I have running vault in k8 using consul as a storage backend.
I have taken the consul snapshot data copy.
I reinstalled vault/consul in k8 from scratch.
I restored the consul snap data.
I got the new ACL consul boostrap token
I Update helm vault chart with new consul token
When I try to initialize Vault it says : already initialized
But still the vault pods no running
Should I unseal them again ? using which values and where to find them in consul.

– Is there any other better way to restore consul data snapshot on a new fresh installed Vault/consul cluster ???