mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ttrss: 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
90df34df86
commit
a28dc369d3
@ -54,7 +54,10 @@ backup = {
|
||||
'files': ['/var/lib/plinth/backups-data/ttrss-database.sql']
|
||||
},
|
||||
'secrets': {
|
||||
'files': ['/etc/tt-rss/database.php']
|
||||
'files': [
|
||||
'/etc/tt-rss/database.php',
|
||||
'/etc/dbconfig-common/tt-rss.conf',
|
||||
]
|
||||
},
|
||||
'services': ['tt-rss']
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user