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
in config/database.php :
in mysql driver :
add this lines:
'dump' => [
'dump_binary_path' => 'E:\laragon\bin\mysql\mysql-8.0.30-winx64\bin', //path of mysqldump.exe without it
'use_single_transaction',
'timeout' =>60 * 5,
],
version: latest (9.2.4)
Such an error happens on running
backup:run
whendatabases
array in the config is empty:The text was updated successfully, but these errors were encountered: