async fn migrate(
    stash: &mut Stash,
    version: u64,
    now: EpochMillis,
    bootstrap_args: &BootstrapArgs
) -> Result<(), Error>