-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bbolt CLI surgery commands #370
Comments
Why don't we support |
Instead of It's exactly how previously I fixed a corrupted db file. FYI issues/13406/main.go |
Note, the following commands will be included in v1.3.7,
All other changes will be included in next release, hopefully 1.4.0. |
TODO: add |
all surgery related commands are done. |
Done. |
After #361 is submitted it would be good to expose additional bbolt file 'surgery' commands:
bbolt surgery revert-meta-page. db.inputFile db.outputFile
bbolt/internal/surgeon/surgeon.go
Line 41 in d13096e
bbolt surgery copy-page db.inputFile db.outputFile 17 14
bbolt/internal/surgeon/surgeon.go
Line 10 in d13096e
3
bbolt surgery write-empty-branch-page db.inputFile db.outputFile 17
Follow up to: #335
The text was updated successfully, but these errors were encountered: