mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Support network in dumps
This commit is contained in:
parent
4918b9ffb6
commit
e34afca6d7
6 changed files with 46 additions and 2 deletions
|
@ -219,6 +219,8 @@ impl IndexScheduler {
|
|||
progress.update_progress(DumpCreationProgress::DumpTheExperimentalFeatures);
|
||||
let features = self.features().runtime_features();
|
||||
dump.create_experimental_features(features)?;
|
||||
let network = self.network();
|
||||
dump.create_network(network)?;
|
||||
|
||||
let dump_uid = started_at.format(format_description!(
|
||||
"[year repr:full][month repr:numerical][day padding:zero]-[hour padding:zero][minute padding:zero][second padding:zero][subsecond digits:3]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue