Replies: 3 comments 2 replies
-
any solution here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
if you fixed that error help me please |
Beta Was this translation helpful? Give feedback.
0 replies
-
sammeee! for god sake,,,,please help someone:( |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello
When I want to backup via command line everything works fine via command
php artisan backup:run
or
php artisan backup:run --only-db
or
php artisan backup:run --only-files
But when I execute the command from the controller, I have the following error:
**Exception message: The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: Got error: 2004: Can't create TCP/IP socket (10106) when trying to connect**
note: this error not shown with
php artisan backup:run --only-files
commandplease any help!!
Beta Was this translation helpful? Give feedback.
All reactions