Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option 1: Find Script on Internet

Option 2: Write a script ourselves using Drupal Migration Code

Option 3: Write a script ourselves using direct database calls

Option 4: Hand migrate

Description

In this option, we have tried a related option which is available on the internet and takes the idea if someone already did migration in order to investigate.

Workflow Rules

Pros (plus)

Cons (minus)

Data

Pros (plus)

Cons (minus)

Notes

On the basis of research on the internet, there is no direct way available to migrate workflow and rules directly from Drupal 7 to Drupal 8. I have also tried multiple options to migrate it's the general process. So I wanted to tell you that we need to work on another option like manual import or create a custom script to migrate it
Here is the list of the POC
1: I have tried migration through the Drush commands. These steps are given in the doc Migration Process from Drupal 7 to 8

Result: Failed, I have tried to migrate workflow and rules data through the brush but the process is not supported to migrate the data from D7 to D8.


Steps to Perform the Migration

...