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 work on a window 8.1 platform and the dump doesn't work except if I remove backslashes on main cmd in / tasks / db_dump.js (line 104):
I've just changed:
cmd = tpl_ssh + " \\ " + tpl_mysqldump;
by:
cmd = tpl_ssh + " " + tpl_mysqldump;
Would it work on other platform?
The text was updated successfully, but these errors were encountered:
I work on a window 8.1 platform and the dump doesn't work except if I remove backslashes on main cmd in / tasks / db_dump.js (line 104):
I've just changed:
by:
Would it work on other platform?
The text was updated successfully, but these errors were encountered: