mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: copy.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
await sdk.forProject.backups.createArchive(['databases'], data.database.$id);
|
||||
addNotification({
|
||||
type: 'success',
|
||||
message: 'Backup successfully created'
|
||||
message: 'Database backup initiated'
|
||||
});
|
||||
invalidate(Dependencies.BACKUPS);
|
||||
} catch (error) {
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@
|
||||
);
|
||||
addNotification({
|
||||
type: 'success',
|
||||
message: 'Backup restore initiated'
|
||||
message: 'Database restore initiated'
|
||||
});
|
||||
|
||||
invalidate(Dependencies.BACKUPS);
|
||||
|
||||
Reference in New Issue
Block a user