While working on a migration I ran into a errors when with URL_alias. Looking back and comparing previous url_alias.yml configuration-only files I found that the adding back an optional dependency (upgrade_d7_node_translation) solved the errors.
So previously --configuration-only output files included the upgrade_d7_node_translation dependency where as a recent --configuration-only output omitted it and caused the url_alias.yml migration to fail.
url_alias.yml...
destination:
plugin: url_alias
migration_dependencies:
required: { }
optional:
- upgrade_d7_node_translation
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3023504-9.patch | 9.81 KB | heddn |
| #9 | interdiff_6-9.txt | 3.41 KB | heddn |
Comments
Comment #2
heddnHere's a test that shows the migration is exported. Are you sure this isn't working?
Comment #4
heddnThe profile field migration stuff is being addressed in #2823414: User Profile field values not migrated from Drupal 6
Comment #6
heddnComment #9
heddnThis will fail until upstream is fixed in #3023747: D6 profile migrations assume stubs, which fail
Comment #11
heddnUpstream fixed. Re-queueing.
Comment #12
heddnRe-titling.
Comment #14
heddn