Migrate the taxonomy terms in the blog and articles content types

This commit is contained in:
David Valdez 2019-07-22 18:12:44 -05:00
parent aac41432c1
commit 731d30cd5f
2 changed files with 84 additions and 76 deletions

View file

@ -71,48 +71,48 @@ process:
# - # -
# plugin: get # plugin: get
# source: comment # source: comment
# taxonomy_vocabulary_1: field_economic_sectors:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_1 source: taxonomy_vocabulary_1
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_7: field_institutions_structures:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_7 source: taxonomy_vocabulary_7
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_12: field_movements_struggles:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_12 source: taxonomy_vocabulary_12
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_13: field_practices_tools_strategies:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_13 source: taxonomy_vocabulary_13
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_14: # taxonomy_vocabulary_14:
# - # -
# plugin: sub_process # plugin: sub_process
# source: taxonomy_vocabulary_14 # source: taxonomy_vocabulary_14
# process: # process:
# target_id: tid # target_id: tid
# taxonomy_vocabulary_10: field_visions_models:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_10 source: taxonomy_vocabulary_10
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_2: field_regions:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_2 source: taxonomy_vocabulary_2
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_3: # taxonomy_vocabulary_3:
# - # -
# plugin: sub_process # plugin: sub_process
@ -154,4 +154,10 @@ destination:
migration_dependencies: migration_dependencies:
required: required:
- upgrade_d7_user - upgrade_d7_user
- upgrade_d7_taxonomy_term_vocabulary_1
- upgrade_d7_taxonomy_term_vocabulary_2
- upgrade_d7_taxonomy_term_vocabulary_7
- upgrade_d7_taxonomy_term_vocabulary_10
- upgrade_d7_taxonomy_term_vocabulary_12
- upgrade_d7_taxonomy_term_vocabulary_13
optional: { } optional: { }

View file

@ -67,52 +67,48 @@ process:
- -
plugin: get plugin: get
source: timestamp source: timestamp
# comment_node_story/0/status: field_economic_sectors:
# - -
# plugin: get plugin: sub_process
# source: comment source: taxonomy_vocabulary_1
# taxonomy_vocabulary_1: process:
# - target_id: tid
# plugin: sub_process field_institutions_structures:
# source: taxonomy_vocabulary_1 -
# process: plugin: sub_process
# target_id: tid source: taxonomy_vocabulary_7
# taxonomy_vocabulary_7: process:
# - target_id: tid
# plugin: sub_process field_movements_struggles:
# source: taxonomy_vocabulary_7 -
# process: plugin: sub_process
# target_id: tid source: taxonomy_vocabulary_12
# taxonomy_vocabulary_12: process:
# - target_id: tid
# plugin: sub_process field_practices_tools_strategies:
# source: taxonomy_vocabulary_12 -
# process: plugin: sub_process
# target_id: tid source: taxonomy_vocabulary_13
# taxonomy_vocabulary_13: process:
# - target_id: tid
# plugin: sub_process
# source: taxonomy_vocabulary_13
# process:
# target_id: tid
# taxonomy_vocabulary_14: # taxonomy_vocabulary_14:
# - # -
# plugin: sub_process # plugin: sub_process
# source: taxonomy_vocabulary_14 # source: taxonomy_vocabulary_14
# process: # process:
# target_id: tid # target_id: tid
# taxonomy_vocabulary_10: field_visions_models:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_10 source: taxonomy_vocabulary_10
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_2: field_regions:
# - -
# plugin: sub_process plugin: sub_process
# source: taxonomy_vocabulary_2 source: taxonomy_vocabulary_2
# process: process:
# target_id: tid target_id: tid
# taxonomy_vocabulary_3: # taxonomy_vocabulary_3:
# - # -
# plugin: sub_process # plugin: sub_process
@ -215,4 +211,10 @@ destination:
migration_dependencies: migration_dependencies:
required: required:
- upgrade_d7_user - upgrade_d7_user
- upgrade_d7_taxonomy_term_vocabulary_1
- upgrade_d7_taxonomy_term_vocabulary_2
- upgrade_d7_taxonomy_term_vocabulary_7
- upgrade_d7_taxonomy_term_vocabulary_10
- upgrade_d7_taxonomy_term_vocabulary_12
- upgrade_d7_taxonomy_term_vocabulary_13
optional: { } optional: { }