You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(restore): validate LTX file sizes before compaction
Add validation in Restore() to check that LTX files have valid sizes
before attempting to open and compact them. Files with size less than
the LTX header size (100 bytes) now return a clear error message
identifying the problematic file instead of the cryptic
"decode database: decode header: EOF" error.
Fixes#848
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments