We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632d919 commit 1361cc6Copy full SHA for 1361cc6
workers/cron.yml
@@ -5,4 +5,13 @@ ContributorImport:
5
- 'contributors:import'
6
interval:
7
minute: 0
8
- hour: 23
+ hour: 23
9
+
10
+DatabaseBackup:
11
+ type: cron
12
+ script: htdocs/artisan
13
+ args:
14
+ - 'db:backup --s3-bucket=laravelio --s3-path=backups --gzip --cleanup'
15
+ interval:
16
+ minute: 0
17
+ hour: 4
0 commit comments