I believe there is a bug in sql_load which causes the --source_database and --destination_database options not to work. It appears that the code confuses "source", "destination", and "target" -- "target" being some new concept from v7. Since I'm not running D7 I can't account for that, but the attached patch fixes sql_load D6.

CommentFileSizeAuthor
sql.drush_.inc_.patch1.15 KBbdwelle

Comments

bdwelle’s picture

Assigned: bdwelle » Unassigned
moshe weitzman’s picture

Status: Needs review » Needs work

there are no source_database and destination_database options. where do you see that?

moshe weitzman’s picture

Priority: Critical » Normal
Status: Needs work » Postponed (maintainer needs more info)
bdwelle’s picture

Those options are in // $Id: sql.drush.inc,v 1.17 2009/05/11 20:53:10 weitzman Exp $

moshe weitzman’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

All ths code has changed, and sql load close to removal anyway.