I'm trying to save laravel database backup, my cron command is:
cd /home/user/foldername/ && php artisan schedule:run >> /home/user/cron.out
Kernel:
$schedule->command('backup:clean')->daily()->everyMinute();
$schedule->command('backup:run')->daily()->everyMinute();
when cron is run i get
No input file specified. Status: 404 Not Found X-Powered-By: PHP/7.3.26 Content-type: text/html; charset=UTF-8
in the cron.out file, I have saved public folder content in public_html folder rest of the files are in root.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire