create cron for backing up db
This commit is contained in:
@@ -135,6 +135,11 @@ return [
|
||||
'path' => storage_path('logs/fms/error_rate_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
],
|
||||
|
||||
'mariadb-backup' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/mariadb-backup.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user