Draft: Work in progres for backup and restore data from running conduit instance #971

Open
tglman wants to merge 12 commits from WIP_backup into next
Showing only changes of commit 1c198f79af - Show all commits

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
use tempfile::{Builder, TempDir};
fn empty_config(database_path: &str) -> Config {
use rocket::figment::providers::{Format, Toml};
use figment::providers::{Format, Toml};
Toml::from_str(&format!(
r#"
server_name = "test"