I am migrating a Wordpress 4 site to Drupal 8. The default migrate manifest template takes only articles, categories and tags. Nothing about pictures and other attachments (pdf, etc.).
Where can I find such template or how can I edit a yml manifest (I am using migrate-manifest) to include those missing things ?
I have decided to embrace drupal 8.5.5 on ubuntu for my future video and photo website / blog solution. Currently, I have a php / Html site that uses Filemaker server as its CMS (because it was a simple solution to get a csm running as I am not a web dev). that looks remarkably like a blogsite from around 2002.
I wrote a simple user migration of user data (email, status, Name) which is working. I also have a custom field (field_ipaddress) added to the account but I am having difficulty migrating to it.
I tried adding the code to the main migration which makes use of an entity: user destination and a separate migration after the main migration which is using the destination of entity:field_config.
The machine name of my taxonomy term migration is upgrade_d7_taxonomy_term_media_folders
When I try to migrate the terms using migrate UI from admin/structure/migrate/manage/migrate_drupal_7/migrations/upgrade_d7_taxonomy_term_media_folders/execute what I can see is, the terms are migrated but the hierarchy of terms is not migrated. Does migrate module has any issues with migrating term hierarchy?
Hi, is there a method to convert a Drupal 7 content type to taxonomy and maintain the relation between the nodes and the content type so that I get the same relation between the nodes and the taxonomy vocabulary ?