- last update
about 1 year ago 180 pass - 🇳🇮Nicaragua dinarcon
Please review patch. While saving a message is different than writing to the map are different things, we might consider doing both. See 🐛 Paragraph Migrations broken by archived flag RTBC
Not shown message for skipped migrate items
1. Enable paragraphs module
2. Enable Drupal migrate module
3. Run migrate paragraph bundle `drush mim d7_paragraphs:your_bundle`
4. Run migrate status `drush ms d7_paragraphs:your_bundle`
I see table
Group | Migration ID | Status | Total | Imported | Unprocessed | Last Imported
------------------- --------------------- -------- ------- ---------- ------------- ---------------------
Default (default) | d7_paragraphs:your_bundle | Idle | 1652 | 1646 | 6 | 2022-08-02 07:46:19
Logged warning message for skip items in this line https://git.drupalcode.org/project/paragraphs/-/blob/8.x-1.x/src/Plugin/...
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Please review patch. While saving a message is different than writing to the map are different things, we might consider doing both. See 🐛 Paragraph Migrations broken by archived flag RTBC