The private migration plugins are breaking the Drupal migration because since the version 8.4.x the annotations source_module and destination_module are required.

Patch in my next comment.

David.

CommentFileSizeAuthor
#2 2992852-migrate-content.patch2.27 KBgnuget

Comments

gnuget created an issue. See original summary.

gnuget’s picture

Status: Active » Needs review
StatusFileSize
new2.27 KB

Patch attached.

David.

gnuget’s picture

Title: source_module and destination_module at the migrations. » source_module and destination_module annotations required at the migrations plugins.
adamps’s picture

@gnuget Many thanks for the patch.

Did the migration work apart from that problem? As you can see, it hasn't been tested since the module name was changed, and was a substantial refactor.

gnuget’s picture

I haven't had a private field in the old version of the site, but this was breaking the whole migration even without using the MigrateSource plugin.

So I can't say if the private migration itself is working, sorry.

adamps’s picture

Status: Needs review » Fixed

Ah that's a major problem I agree - new release coming up. Thanks.

  • gnuget authored da2993d on 8.x-2.x
    Issue #2992852 by gnuget: source_module and destination_module...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.