fix: tweaking recovery after db corruption

This commit is contained in:
2026-01-15 02:20:58 +00:00
parent 8b0f496db3
commit 7767a46e4f
25 changed files with 2844 additions and 4577 deletions

View File

@@ -12,7 +12,8 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
$schedule->command('backup:run --only-db')
->hourlyAt(01);
}
/**