Function zebra_state::config::delete_old_databases

source ยท
fn delete_old_databases(
    config: Config,
    db_kind: String,
    major_version: u64,
    network: &Network,
)
Expand description

Check if there are old database folders and delete them from the filesystem.

See check_and_delete_old_databases for details.