Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration tags #89

Merged
merged 2 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Change the following Drupal configs to your values using any method (GUI,
2. Setting the appropriate location as `key.key.islandora_rsa_key key_provider_settings.file_location`
(using the methods listed in step 5 or at `/admin/config/system/keys/manage/islandora_rsa_key`)

7. Run the migrations in the `islandora` migration group to populate the base
7. Run the migrations tagged with `islandora` to populate some
taxonomies, specifying the `--userid` targeting the user with the `fedoraadmin`
role:

```bash
composer exec -- drush migrate:import --userid=1 islandora_tags,islandora_defaults_tags,islandora_fits_tags
composer exec -- drush migrate:import --userid=1 --tag=islandora
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ field_plugin_method: null
cck_plugin_method: null
migration_tags:
- islandora_defaults_tags
- islandora
migration_group: islandora
label: 'Tags migration for islandora_defaults feature'
source:
Expand Down
1 change: 1 addition & 0 deletions config/sync/migrate_plus.migration.islandora_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ field_plugin_method: null
cck_plugin_method: null
migration_tags:
- islandora_tags
- islandora
migration_group: islandora
label: 'Tags migration from CSV'
source:
Expand Down