Hi,

I'm a beginning Drupal developer doing an internship and am tasked with figuring out migrations from D6 to D8 and have been doing so for some days.
At the moment i am trying to migrate my (very basic) D6 site to D8. I am able to migrate everything except for nodes and their content. Users and blocks migrate just fine but my content will not work.
So I am now trying to migrate only the content but I still don't seem to make any progress.

I am using the migrate module in conjunction with the Drush command for migration: 'drush migrate-manifest --legacy-db-url=mysql://user:pass@source/source D6Manifest-Node.yml'

Side-note: when I use the migrate-upgrade module I am able to migrate my content types and my content
but none of the images that are on them.

I've attached the output of my commandline and the manifest.yml that I used.
Please do tell me if I forgot about a piece of crucial information, this is the first time i've submitted an issue.

Friendly regards,

CommentFileSizeAuthor
NodeMigrationOutput.png12.42 KBNickoMaes
D6Manifest-Node.yml518 bytesNickoMaes
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NickoMaes’s picture

I found out that transferring all the fields that were '' in the 'display fields' tab of my custom content types to a visible value would make it so that my content is transferrable, now I'm still suffering from the issue that my images won't get transferred.

Should I open a new issue for this or can I leave this one open?

mikeryan’s picture

Status: Active » Closed (cannot reproduce)

A lot's changed since May, and field migration (including image fields) seems to be working at this time. If someone has a problem with field migration at this point, please open a fresh issue with details.