Replies: 2 comments 1 reply
-
Schedule is working for me, maybe user permissions |
Beta Was this translation helpful? Give feedback.
1 reply
-
could it be that the cron has different permissions than I with aan SSH-terminal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I make a backup using a command line, it makes perfect backups. When I try to use a scheduled cron-job it doesn't work. Any Idea how to resolve this?
Laravel 8.83
Ubuntu server 18.x
Cron job:
***** cd /var/www/vhosts/mydomain.nl/httpdocs && php artisan schedule:run >> /dev/null 2>&1
app/Console/Kernel.php:
Beta Was this translation helpful? Give feedback.
All reactions