Migrate feeds content from Drupal 7

Created on 24 October 2018, about 6 years ago
Updated 3 November 2024, 19 days ago

Problem/Motivation

We want to provide an upgrade path from the Drupal 7 feeds module to Drupal 8.

Proposed resolution

Implement migrations from:

  • D7 feed importers to D8 Feed types
  • D7 feeds to D8 Feeds
  • D7 feed items records to D8 feed item fields (the d7_node migration will already have migrated the nodes)

Remaining tasks

We need to support the following parsers:

  • FeedsOPMLParser
  • FeedsSitemapParser

We need to support the following processors:

  • FeedsUserProcessor
  • FeedsTermProcessor

The D7 generic config (variables) also needs to be migrated into D8 config.

Feature request
Status

Needs work

Version

3.0

Component

Code

Created by

🇵🇹Portugal jcnventura

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Hello and thank you for working on this patch, I'm trying to upgrade a site with a lot of feeds importers from D7 to D11. In order to install this patch I have added the following code to the "extrs" section of the root composer.json

    "patches": {
    		  "drupal/feeds": {
    			"Import feeds during migration": "https://www.drupal.org/files/issues/2018-10-24/feeds-d7-migrate-3008991-2.patch"
    		  }
    		},

    and also changed feeds version to "^3.x-dev" but composer update doesn't seems to apply any patch, just upgrade feeds to dev version. I'me tried to search but couldn't find anything usefull.
    Any hint on how to test this patch on a local D11 site (DDEV on wsl) is much appreciated.
    thanks.

Production build 0.71.5 2024