feat(database): make backup schedule configurable via system keys (#4251)

This commit is contained in:
Ludy
2025-09-04 15:02:31 +01:00
committed by GitHub
parent 528968bfe9
commit 8113728d3d
4 changed files with 10 additions and 2 deletions
@@ -151,6 +151,8 @@ system:
cleanupIntervalMinutes: 30 # How often to run cleanup (in minutes)
startupCleanup: true # Clean up old temp files on startup
cleanupSystemTemp: false # Whether to clean broader system temp directory
databaseBackup:
cron: '0 0 0 * * ?' # Cron expression for automatic database backups "0 0 0 * * ?" daily at midnight
ui:
appName: '' # application's visible name