feat: backup delete/restore actions.

This commit is contained in:
charlesgauthereau
2026-01-17 19:23:15 +01:00
parent 7d818206b0
commit 83ef0ee74e
7 changed files with 371 additions and 141 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export async function handleDatabases(body: Body, agent: Agent, lastContact: Dat
if (!restoration.backupStorage || restoration.backupStorage.status != "success" || !restoration.backupStorage.path) {
restoreAction = false
return;
continue;
}