Hi, Is any Vault Data Backup Standard Procedure for Integrated Storage(File). I only find about consul and raft backup procedure from the official website.
The Consul article also has integrated storage - Vault Data Backup Standard Procedure | Vault - HashiCorp Learn
Thanks, mikegreen. We plan to use File type of storage. As Standard Procedure only mention to use Consul and Raft backup.
storage “file” {
path = “/xxx/vault/data”
}
Your topic says Integrated Storage (file). Those are very different storage backends:
I can’t help you with file storage. It isn’t something I’d ever run in an environment that would require a backup. I would not recommend it for production usage.
Thanks. I have changed to Raft format.