...
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 that is available on the internet and takes the idea if someone already did migration in order to investigate. | |||
Workflow Rules | ||||
Pros | ||||
Cons | ||||
Data | Drupal site is having 2 workflows i.e “API Publish” and “Application Approval Request” which will have their certain state respectively. | |||
Pros | ||||
Cons | ||||
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. 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. Useful Link: https://www.drupal.org/docs/upgrading-drupal/upgrade-using-drush 2: Tried to import workflow state by adding code and followed steps mentioned here in this link https://www.drupal.org/docs/upgrading-drupal/upgrade-using-drush But there is not success found with that. Result: Failed, As node was not imported to the D8. |
Steps to Perform the Migration
...