fix: Back up Roundcube database

This commit is contained in:
Inex Code 2024-12-24 15:47:14 +03:00
parent e348a491b0
commit 486b338069
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View file

@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1734807830,
"narHash": "sha256-nzkcvZjMo5bE2ZML404+9Hzhq7UmMx8+V+LclrCYZRA=",
"lastModified": 1735044408,
"narHash": "sha256-Npa8HezbMa/2Ssjd7yDRnONcH+mEdbZeAj5IX689sZk=",
"ref": "inex/dynamic-templating",
"rev": "fcc167fb33b4154f0685ac94f3def3a9dbcd26e6",
"revCount": 1487,
"rev": "146b4cd1e7705c67cd1a77b8c38c0793a4ba121e",
"revCount": 1506,
"type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
},

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"
];