VAULT-ASSOCIATE-002 · Question #103
When using Integrated Storage, which of the following should you do to recover from possible data loss?
The correct answer is C. Use snapshot. When using HashiCorp Vault's Integrated Storage (Raft), the recommended approach to protect against data loss is to regularly take snapshots. Vault provides a snapshot API (vault operator raft snapshot save) that captures a point-in-time backup of the Raft storage, which can be…
Question
Options
- AUse local storage
- BEnable audit device
- CUse snapshot
- DUse external storage
How the community answered
(46 responses)- A2% (1)
- B4% (2)
- C87% (40)
- D7% (3)
Explanation
When using HashiCorp Vault's Integrated Storage (Raft), the recommended approach to protect against data loss is to regularly take snapshots. Vault provides a snapshot API (vault operator raft snapshot save) that captures a point-in-time backup of the Raft storage, which can be restored (vault operator raft snapshot restore) if data loss occurs. Local storage is not a recovery mechanism, enabling an audit device only logs access events and does not protect data, and using external storage would mean abandoning Integrated Storage altogether rather than recovering from it.
Topics
Community Discussion
No community discussion yet for this question.