mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- While nextcloud has a good prefix for all the keys it stores, flushing the database (for nextcloud or other apps) is easier if it stores it's keys in a separate database. Assign DB index at 8 (database number 9). Index 7 is taken by rspamd on FreedomBox. - Flush only Nextcloud's DB after restore instead of the entire server. - Ignore errors during flush if redis server is not running. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>