Cron-Task
This commit is contained in:
parent
de3fc30f41
commit
55b7082a3f
1 changed files with 5 additions and 0 deletions
5
tasks/cron.yml
Normal file
5
tasks/cron.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: "cron-Job für Datenbank-Optimierung einrichten"
|
||||
cron:
|
||||
name: 'mysql: optimiere Datenbanken'
|
||||
job: mysqlcheck --all-databases --optimize
|
||||
special_time: weekly
|
Loading…
Reference in a new issue