The problem is that windows doesn't understand ; (semicolon) as a command separator. Suggested fix is to replace ; with && which works both on unix and windows.

CommentFileSizeAuthor
fix_sql_dump_win.patch990 bytesdmitry_bezer

Comments

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

Anyone know of we do this elsewhere in drush?

moshe weitzman’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Committed. Seems harmless to backport. Commit 0bc18a8

Next time, please roll patches from the root of drush and use relative paths. See http://drupal.org/project/drush/git-instructions

greg.1.anderson’s picture

There are some compound commands in sql-sync, which still needs to be ported to Windows. Backend invoke may have one or two compound commands as well. Overall, there are only a handful.

msonnabaum’s picture

Status: Patch (to be ported) » Fixed

Backported.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.