mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
b5c641097a
commit
90df34df86
@ -16,6 +16,9 @@ backup = {
|
||||
'directories': ['/var/lib/zoph/']
|
||||
},
|
||||
'secrets': {
|
||||
'files': ['/etc/zoph.ini'],
|
||||
'files': [
|
||||
'/etc/zoph.ini',
|
||||
'/etc/dbconfig-common/zoph.conf',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user