Skip to content

Backup failed because The dump process failed with exitcode 1 : General error : The system cannot find the path specified. #1078

Answered by sanmitpawar
sanmitpawar asked this question in Q&A
Discussion options

You must be logged in to vote

I have got the solution, there is a problem with my code is 'dump_binary_path' since I am testing this in my local machine. I have updated my code as follow and its worked for me !

'dump' => [
'dump_binary_path' => 'C:\xampp\mysql\bin',
'use_single_transaction',
'timeout' => 60 * 5, // 5 minute timeout
'exclude_tables' => ['table1', 'table2'],
],

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sanmitpawar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant