mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement the dump v4 import
This commit is contained in:
parent
13e8247f77
commit
39044558f0
17 changed files with 3933 additions and 148 deletions
|
@ -141,7 +141,6 @@ impl V5Reader {
|
|||
.join("updates")
|
||||
.join("updates_files")
|
||||
.join(uuid.to_string());
|
||||
dbg!(&update_file_path);
|
||||
Ok((task, Some(File::open(update_file_path).unwrap())))
|
||||
} else {
|
||||
Ok((task, None))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue