mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
.
This commit is contained in:
@@ -762,7 +762,7 @@ async fn export_backup_old(context: &Context, dir: impl AsRef<Path>) -> Result<(
|
|||||||
dest_sql
|
dest_sql
|
||||||
.open(context, &dest_path_filename, false)
|
.open(context, &dest_path_filename, false)
|
||||||
.await
|
.await
|
||||||
.context(format!(
|
.with_context(|| format!(
|
||||||
"could not open exported database {}",
|
"could not open exported database {}",
|
||||||
dest_path_string
|
dest_path_string
|
||||||
))?;
|
))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user