From ab5f2a5cc60ec507882807874ce577cd87625176 Mon Sep 17 00:00:00 2001 From: Mauricio Dinarte Date: Wed, 4 Dec 2024 10:12:58 -0600 Subject: [PATCH] Customize upgrade_d7_file_private migration --- .../migrations/upgrade_d7_file_private.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drupal10/web/modules/custom/tag1_migration/migrations/upgrade_d7_file_private.yml b/drupal10/web/modules/custom/tag1_migration/migrations/upgrade_d7_file_private.yml index 94ca83f..fd48778 100644 --- a/drupal10/web/modules/custom/tag1_migration/migrations/upgrade_d7_file_private.yml +++ b/drupal10/web/modules/custom/tag1_migration/migrations/upgrade_d7_file_private.yml @@ -1,21 +1,21 @@ -uuid: a2400a4c-970d-436b-9302-fdf6c159d947 -langcode: en -status: true -dependencies: { } id: upgrade_d7_file_private class: Drupal\migrate\Plugin\Migration -field_plugin_method: null -cck_plugin_method: null migration_tags: - 'Drupal 7' - Content -migration_group: migrate_drupal_7 + - file + - tag1_content label: 'Private files' source: + key: migrate plugin: d7_file scheme: private + high_water_property: + name: fid + alias: f constants: - source_base_path: 'http://ddev-migration-drupal7-web/' + source_base_path: '/var/www/html/private_files' + new_base_path: '/var/www/html/d7_private_files' process: fid: - @@ -30,7 +30,7 @@ process: plugin: concat delimiter: / source: - - constants/source_base_path + - constants/new_base_path - filepath uri: -