mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-05 12:40:52 +08:00
docs: 优化部署、迁移文档、docker增加redis支持
1、优化部署、迁移 2、自动备份命令增加手动备份功能 3、docker部署集成redis
This commit is contained in:
@@ -41,7 +41,9 @@ class Kernel extends ConsoleKernel
|
||||
// horizon metrics
|
||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||
// backup Timing
|
||||
$schedule->command('backup:upload-cloud')->daily();
|
||||
if(env('ENABLE_AUTO_BACKUP_AND_UPDATE', false)){
|
||||
$schedule->command('backup:database',['true'])->daily();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user