- Issue created by @jasonawant
- πΊπΈUnited States jasonawant New Orleans, USA
Here's an initial patch to consider
- πΊπΈUnited States jasonawant New Orleans, USA
These are possibly related issues #2909256: D7 to D8 Upgrade Looking for Non-Existing D6 Tables β , π D7 Migration failing on d6_filter_format Needs review , #3144216: [SOLVED] D7->D8 Migration failing on filter_formats v. filter_format β .
- πΊπΈUnited States jasonawant New Orleans, USA
Ah, I just realized that the Migration entity is provided by the migrate_plus module.
I guess this logic could either conditional check if that module is installed and or continue with the conditional in the patch
if (array_key_exists('migration', $this->entityTypeManager->getDefinitions())) {
However, this would need an else statement to fallback to the previous approach...or something different all together.
- πΊπΈUnited States jasonawant New Orleans, USA
Closed, duplicate, see π 'migrate status MIGRATION' loads every migration Needs review