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
This discussion was converted from issue #1344 on July 27, 2021 11:01.
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
-
Hi
I am trying to run command "php artisan backup:run"
It is not working neither giving any error ( See screenshot).
I am on EC2 instance,
When i update dump_binary_path = "" (empty string) giving me below error.
but when updating dump_binary_path = "/usr/bin/" or "/" then no error just print "Starting Backup..." and exit. see above screenshot.
I have also checked if mysqldump available in every directory and found yes mysqldump option is globally available.
Note: On my localhost it is working fine.
Please let me if there is a way, i can enable log to record any error for backup command.
Beta Was this translation helpful? Give feedback.
All reactions