- Issue created by @kbentham
- πΊπΈUnited States kbentham
kbentham β changed the visibility of the branch 3469272-blog-post to hidden.
- First commit to issue fork.
-
fjgarlin β
committed 4c75a161 on 1.0.x authored by
kbentham β
Issue #3469272 by kbentham: Add Blog Post Migration
-
fjgarlin β
committed 4c75a161 on 1.0.x authored by
kbentham β
-
fjgarlin β
committed 57ae7cd0 on 1.0.x
Issue #3469272: Add flag and rename script key.
-
fjgarlin β
committed 57ae7cd0 on 1.0.x
- Status changed to Needs work
3 months ago 11:20am 26 August 2024 - πͺπΈSpain fjgarlin
I tested the changes but no data for the files was migrated. Is this expected?
$ drush migrate:import drupalorg_migrate_blog_post_files [notice] Processed 0 items (0 created, 0 updated, 0 failed, 0 ignored) - done with 'drupalorg_migrate_blog_post_files' $ drush migrate:import drupalorg_migrate_blog_post_media_documents [notice] Processed 0 items (0 created, 0 updated, 0 failed, 0 ignored) - done with 'drupalorg_migrate_blog_post_media_documents' $ drush migrate:import drupalorg_migrate_blog_post_media_images [notice] Processed 0 items (0 created, 0 updated, 0 failed, 0 ignored) - done with 'drupalorg_migrate_blog_post_media_images'
I do get data for the blog posts:
$ drush migrate:import drupalorg_migrate_post 538/964 [===============>------------] 55%
I merged the changes and renamed a couple of small things, so if there are any further changes needed, please open a new MR.
- Status changed to Fixed
2 months ago 1:47pm 2 September 2024 - πͺπΈSpain fjgarlin
It actually ran in the very first time, so the output there was the second run, where the 0/0/0/0 is expected if there isn't anything new.
Fixed. Thanks! Automatically closed - issue fixed for 2 weeks with no activity.