Support network in dumps

This commit is contained in:
Louis Dureuil 2025-01-29 17:31:37 +01:00
parent 4918b9ffb6
commit e34afca6d7
No known key found for this signature in database
6 changed files with 46 additions and 2 deletions

View file

@ -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]"