Dump import crashed when dump file is created out of empty MeiliSearch #1701
Labels
Projects
Comments
Thank you @bidoubiwa for this report! |
Hello @curquiza, I am using Meilisearch in production and I want to start to contribute. This is a good first issue, Any idea how I can explore this one? |
Hi @rubiagatra.
And to give you a vague idea of what is happening when we create a dump:
Also maybe you missed it but there is a little bit of documentation explaining how to navigate in the codebase: in the lib.rs |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When creating a dump on an empty MeiliSearch instance, the dump is created correctly but when launching it using
--import-dump
the launch fails with the following error:But the file does exists.
To Reproduce
Steps to reproduce the behavior:
--import-dump
Error: No such file or directory (os error 2)
Expected behavior
No crash
MeiliSearch version:
v0.22.0
The text was updated successfully, but these errors were encountered: