Skip to content
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

[badger] - Add support to newer badger versions (2.0 or above) #67

Closed
Jictyvoo opened this issue Mar 28, 2021 · 1 comment · Fixed by #68
Closed

[badger] - Add support to newer badger versions (2.0 or above) #67

Jictyvoo opened this issue Mar 28, 2021 · 1 comment · Fixed by #68

Comments

@Jictyvoo
Copy link
Contributor

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

@Jictyvoo
Copy link
Contributor Author

Jictyvoo commented Mar 28, 2021

As I see, Badger 3 is not backward compatible with badger 2, use version 3 then?

@ReneWerner87 ReneWerner87 linked a pull request Mar 31, 2021 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants