Difference between revisions of "Vault bbolt"
Jump to navigation
Jump to search
(Created page with "https://developer.hashicorp.com/vault/tutorials/monitoring/inspect-data-boltdb") |
|||
Line 1: | Line 1: | ||
https://developer.hashicorp.com/vault/tutorials/monitoring/inspect-data-boltdb | https://developer.hashicorp.com/vault/tutorials/monitoring/inspect-data-boltdb | ||
+ | |||
+ | # panic: freepages: failed to get all reachable pages (page 645947: multiple references (stack: [473050 2115313 645947])) | ||
+ | ## fix | ||
+ | ``` | ||
+ | bbolt surgery revert-meta-page vault.db --output vault.db.output | ||
+ | bbolt check v.db.output | ||
+ | ``` |
Revision as of 05:03, 22 May 2024
https://developer.hashicorp.com/vault/tutorials/monitoring/inspect-data-boltdb
panic: freepages: failed to get all reachable pages (page 645947: multiple references (stack: [473050 2115313 645947]))
fix
bbolt surgery revert-meta-page vault.db --output vault.db.output bbolt check v.db.output