materio-d9/migrate-from-d7.sh

48 lines
1.2 KiB
Bash
Raw Normal View History

#! /bin/bash
2019-02-05 21:43:05 +01:00
echo "* * * * * * * * * * * * * * * *"
echo "* *"
echo "* Migration *"
echo "* *"
echo "* * * * * * * * * * * * * * * *"
# drush ms --group=d7_materio
echo " "
echo "Migrating Files"
2019-02-05 21:43:05 +01:00
drush mim d7_allpublicfiles --feedback="1000"
echo " "
echo "Migrating Users"
2019-02-10 22:43:12 +01:00
drush mim d7_users --feedback="1000"
drush mim d7_user_profiles --feedback="1000"
echo " "
echo "Migrating Taxonomy"
echo "Migrating thesaurus"
2019-02-05 21:43:05 +01:00
drush mim d7_taxonomy_term_thesaurus --update --feedback="100"
drush mim d7_taxonomy_term_thesaurus_i18n --update --feedback="100"
echo " "
echo "Migrating tags"
2019-02-05 21:43:05 +01:00
drush mim d7_taxonomy_term_tags --update --feedback="100"
drush mim d7_taxonomy_term_tags_i18n --update --feedback="100"
echo " "
echo "Migrating companies"
2019-02-05 21:43:05 +01:00
drush mim d7_taxonomy_term_company --update --feedback="100"
echo " "
echo "Migrating showroom"
2019-02-05 21:43:05 +01:00
drush mim d7_taxonomy_term_showroom --update --feedback="100"
echo " "
echo "Migrating Nodes"
echo "Migrating breves"
2019-02-05 21:43:05 +01:00
drush mim d7_node_breve --feedback="100"
drush mim d7_node_breve_i18n --feedback="100"
echo " "
echo "Migrating Materials"
2019-02-05 21:43:05 +01:00
drush mim d7_node_materiau --feedback="1000"
drush mim d7_node_materiau_i18n --feedback="1000"