Skip to content

Commit

Permalink
Merge pull request #19 from Islandora-Devops/tags-based-migration
Browse files Browse the repository at this point in the history
Tag based migrations.
  • Loading branch information
ajstanley authored May 2, 2024
2 parents f64f84f + c975f0c commit 9edf77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/s6-overlay/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function configure {
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" cache:rebuild
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" user:role:add fedoraadmin admin
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" pm:uninstall pgsql sqlite
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" migrate:import --userid=1 islandora_tags,islandora_defaults_tags,islandora_fits_tags
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" migrate:import --userid=1 --tag=islandora
# Pause queue consumption during import.
pause_queues
# Ingest Content via Workbench.
Expand Down

0 comments on commit 9edf77d

Please sign in to comment.