Replies: 1 comment
-
In this case, Try setting Take a look at my question for more details. |
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.
-
'dump' => [
'dump_binary_path' => 'laravel7\storage', // only the path, so without 'mysqldump' or 'pg_dump'.
'use_single_transaction', // perform dump using a single transaction.
'timeout' => 60 * 10, // 10 minute timeout
]
We can pass any folder path here dump_binary_path or we need to provide specific path here if I used wamp server.
When I run php artisan backup:run I got below error. can you please help me. also I found so may pepel face this issue. so please help here it will help other to thanks.
Backup failed because The dump process failed with exitcode 1 : General error : '"laravel\storage/mysqldump"' is not recognized as an internal or external command,
operable program or batch file.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions