We need an upgrade path from Drupal 6 and 7 to 8 using Migrate.

CommentFileSizeAuthor
#6 d7_geshifilter_filter_format.yml577 byteshass
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yukare created an issue. See original summary.

  • yukare committed e7c2d97 on 8.x-1.x
    Issue #2636510 by yukare: Upgrade path from Drupal 7 to 8
    
yukare’s picture

I did some work here, not tests so far(i need to learn how to make migrate tests). All settings from geshifilter and from languages are imported, but only global settings, the settings per filtrer are not beaing imported, so if you use only global settings it is working for you.

Boobaa’s picture

Title: Upgrade path from Drupal 7 to 8. » Upgrade path from Drupal 6 and 7 to 8.
Issue summary: View changes
Status: Active » Needs review

Sent you a pull request: a simple rename and adding the Drupal 6 migration tag does the trick of adding the upgrade path from Drupal 6 to 8. Tested manually on my local and seems to work great.

hass’s picture

Status: Needs review » Needs work

The changed filter ID need to be migrated, too.

Filter geshifilter could not be mapped to an existing filter plugin; defaulting to filter_null.
hass’s picture

Status: Needs work » Needs review
FileSize
577 bytes

General settings migration seems working well.

Here is a file that seems to migrate the filter id, but for unknown reasons there are still errors logged. Currently I guess this is expected.

Aside - the migration folder need to be renamed to "migrations".