fix: Back up Roundcube database

This commit is contained in:
Inex Code
2024-12-24 15:47:14 +03:00
parent e348a491b0
commit 486b338069
2 changed files with 9 additions and 6 deletions

View File

@@ -13,8 +13,11 @@
svgIcon = builtins.readFile ./icon.svg;
isMovable = false;
isRequired = false;
canBeBackedUp = false;
backupDescription = "Nothing to backup.";
canBeBackedUp = true;
backupDescription = "Users' settings.";
postgreDatabases = [
"roundcube"
];
systemdServices = [
"phpfpm-roundcube.service"
];