mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
integrate the new Settings in the dumps
This commit is contained in:
parent
d767990424
commit
7d748fa384
5 changed files with 16 additions and 13 deletions
|
@ -244,9 +244,6 @@ pub fn load_dump(
|
|||
|
||||
// finally we can move all the unprocessed update file into our new DB
|
||||
let update_path = tmp_dir_path.join("update_files");
|
||||
let files: Vec<_> = std::fs::read_dir(&db_path.join("updates"))?
|
||||
.map(|file| file.unwrap().path())
|
||||
.collect();
|
||||
let db_update_path = db_path.join("updates/update_files");
|
||||
eprintln!("path {:?} exists: {:?}", update_path, update_path.exists());
|
||||
eprintln!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue