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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-03-15 12:41:11 -07:00 committed by James Valleroy
parent b5c641097a
commit 90df34df86
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -16,6 +16,9 @@ backup = {
'directories': ['/var/lib/zoph/']
},
'secrets': {
'files': ['/etc/zoph.ini'],
'files': [
'/etc/zoph.ini',
'/etc/dbconfig-common/zoph.conf',
],
}
}