We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Badger in version 1.6 has some errors under Windows WSL (Linux Subsystem).
So, when trying to running badger on WSL, a panic message is given:
panic: Mmap value log file. Path=./database/fiber.badger/000000.vlog. Error=exec format error
This error, has been fixed in newer versions of badger (2.0 and above), but new versions has no data compability with badger 1.6 versions.
To test this to make sure is a WSL compatibility problem, I run my code in a docker for production, and it has no problems
The text was updated successfully, but these errors were encountered:
As I see, Badger 3 is not backward compatible with badger 2, use version 3 then?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Badger in version 1.6 has some errors under Windows WSL (Linux Subsystem).
So, when trying to running badger on WSL, a panic message is given:
This error, has been fixed in newer versions of badger (2.0 and above), but new versions has no data compability with badger 1.6 versions.
To test this to make sure is a WSL compatibility problem, I run my code in a docker for production, and it has no problems
The text was updated successfully, but these errors were encountered: