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
Update:
This bug is unveiled after fix on PR #281
It only happens on an empty db. Once the user inserts a record dump works fine.
On empty db badger panics once with: Commit cannot be called with managedDB=true. Use CommitAt.
and ReadTs should not be retrieved for managed DB
This could be a badger bug, further investigation is needed.
Steps to reproduce:
./immudb
login to immudb
./immuadmin dump
Result
Immudb crash
Expect
Send db data to immuadmin
The text was updated successfully, but these errors were encountered: