I want to get transit backup from my old vault server and want to restore that into a new server, is there have any way to do that.
I’m going to ignore the “transit” word in there as it confuses things, let me know if you meant something else.
To move your vault to a new cluster, make sure you’re using shamir keys (migrate back if you’re in an auto-unseal/cloud mgmt. Do a backup from raft/consul or shutdown vault and copy the files if you’re using something else.
Copy the data/snapshot file or do the restore to the new instance, use your unseal keys to unseal.
I’m making it simpler than it is, but those are the general steps.