From 90df34df86ee9deaae1bb39020d11cbf69e7397d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 15 Mar 2024 12:41:11 -0700 Subject: [PATCH] zoph: Include dbconfig configuration file in backup - This will ensure that dbconfig is every triggered and regenerates the configuration/setup, everything is consistent. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/zoph/manifest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plinth/modules/zoph/manifest.py b/plinth/modules/zoph/manifest.py index f9a5f52d7..a9a0564f3 100644 --- a/plinth/modules/zoph/manifest.py +++ b/plinth/modules/zoph/manifest.py @@ -16,6 +16,9 @@ backup = { 'directories': ['/var/lib/zoph/'] }, 'secrets': { - 'files': ['/etc/zoph.ini'], + 'files': [ + '/etc/zoph.ini', + '/etc/dbconfig-common/zoph.conf', + ], } }