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
I've packaged up my Laravel app into an Alpine 3.13-based container. When I try to run "php artisan backup:run" I get the following error:
Backup failed because: The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: unknown option '--''
It looks like laravel-backup uses an option that is not available on the version of mysql-client that I installed. Is there any way I can resolve this? Any workaround?
This discussion was converted from issue #1273 on March 26, 2021 16:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've packaged up my Laravel app into an Alpine 3.13-based container. When I try to run "php artisan backup:run" I get the following error:
Backup failed because: The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: unknown option '--''
It looks like laravel-backup uses an option that is not available on the version of mysql-client that I installed. Is there any way I can resolve this? Any workaround?
Beta Was this translation helpful? Give feedback.
All reactions