**USEFUL LINKS AND COMMANDS BELOW**
Here's a walkthrough of using the migrate_7x_claw module to migrate content from Islandora 7.x to Islandora CLAW. We'll walk you through setting it up for your 7.x instance, running the migrations, what your data looks like when it comes over, and how you can customize it yourself to work with your own metadata profile.
*Useful Links*
Migrate from Islandora 7.x to Islandora CLAW with
Install Islandora CLAW with
Get an Islandora 7.x dev environment with
Check out this great README on the migrate API and Islandora:
*Useful Commands*
Pull down code with composer
$ composer require islandora/migrate_7x_claw
Enable the feature:
$ drush -y en islandora_migrate_7x_claw_feature
Re-Import the feature after making changes:
$ drush -y fim islandora_migrate_7x_claw_feature
Run the migrations as a group
$ drush --uri= --userid=1 -y mim --group islandora_7x
Run the node migration by itself (and update)
$ drush --uri= --userid=1 -y mim islandora_objects --update
0 Comments