mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Customize upgrade_d7_file_private migration
This commit is contained in:
parent
d3dc2590c7
commit
ab5f2a5cc6
1 changed files with 9 additions and 9 deletions
|
@ -1,21 +1,21 @@
|
||||||
uuid: a2400a4c-970d-436b-9302-fdf6c159d947
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: upgrade_d7_file_private
|
id: upgrade_d7_file_private
|
||||||
class: Drupal\migrate\Plugin\Migration
|
class: Drupal\migrate\Plugin\Migration
|
||||||
field_plugin_method: null
|
|
||||||
cck_plugin_method: null
|
|
||||||
migration_tags:
|
migration_tags:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
- Content
|
- Content
|
||||||
migration_group: migrate_drupal_7
|
- file
|
||||||
|
- tag1_content
|
||||||
label: 'Private files'
|
label: 'Private files'
|
||||||
source:
|
source:
|
||||||
|
key: migrate
|
||||||
plugin: d7_file
|
plugin: d7_file
|
||||||
scheme: private
|
scheme: private
|
||||||
|
high_water_property:
|
||||||
|
name: fid
|
||||||
|
alias: f
|
||||||
constants:
|
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:
|
process:
|
||||||
fid:
|
fid:
|
||||||
-
|
-
|
||||||
|
@ -30,7 +30,7 @@ process:
|
||||||
plugin: concat
|
plugin: concat
|
||||||
delimiter: /
|
delimiter: /
|
||||||
source:
|
source:
|
||||||
- constants/source_base_path
|
- constants/new_base_path
|
||||||
- filepath
|
- filepath
|
||||||
uri:
|
uri:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue