You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dear all, I've got problems in dumping my db: php7.3, Laravel 6.x, here's the error message:
sh: mysqldump: command not found
Database 'Tirocinio' cannot be dumped
after running the command php artisan backup:mysql-dump
I've followed the previous steps as tutorial says
may it be a matter of Laravel version? mine is 6.X, while tutorial says that it work in Laravel 8... New version 4.* works with laravel 8
which version should I downgrade at?
The text was updated successfully, but these errors were encountered:
dear all, I've got problems in dumping my db: php7.3, Laravel 6.x, here's the error message:
after running the command
php artisan backup:mysql-dump
I've followed the previous steps as tutorial says
may it be a matter of Laravel version? mine is 6.X, while tutorial says that it work in Laravel 8...
New version 4.* works with laravel 8
which version should I downgrade at?
The text was updated successfully, but these errors were encountered: