When running "drush site-upgrade" the source has to be specified using the "-l" switch:
# drush -l example.org site-upgrade @example_d7
It would be better/consequent to allow site aliases for definition of source site:
# drush @example_d6 site-upgrade @example_d7
Comments
Comment #1
greg.1.anderson commentedThose two commands above should be equivalent. Maybe this is a duplicate of #895158: Site upgrade fails when cloning database from source to destination.
Comment #2
moshe weitzman commentedi agree. probable dupe. reopen as needed.