I've ran the command:
drush migrate-upgrade --legacy-db-key=mykey --legacy-root=/somedir --configure-only

I want to know how I can change the legacy root after I've already run the command, because re-running the command will create more config entities.

I don't need to update any of the migration config entities, just the one piece of configuration where the legacy-root is stored.

I can't seem to find where that is.

Thanks for your help!

Comments

markusa created an issue.

markusa’s picture

This is a stupid question. I found that legacy-root is not stored anywhere, it is only used by migrate-upgrade to create the file migration entities...

Nevermind!