|
@@ -12,15 +12,6 @@ echo "Migrating Files"
|
|
|
drush mim d7_allpublicfiles --feedback="1000"
|
|
|
sleep 5
|
|
|
|
|
|
-echo " "
|
|
|
-echo "Migrating Users"
|
|
|
-drush mim d7_users --feedback="1000"
|
|
|
-echo " "
|
|
|
-drush mim d7_user_profile --feedback="1000"
|
|
|
-echo " "
|
|
|
-drush mim d7_uc_roles_license --update --feedback="200"
|
|
|
-sleep 5
|
|
|
-
|
|
|
echo " "
|
|
|
echo "Migrating Taxonomy"
|
|
|
echo "Migrating thesaurus"
|
|
@@ -46,6 +37,15 @@ echo "Migrating showroom"
|
|
|
drush mim d7_taxonomy_term_showroom --update --feedback="100"
|
|
|
sleep 5
|
|
|
|
|
|
+echo " "
|
|
|
+echo "Migrating Users"
|
|
|
+drush mim d7_users --feedback="1000"
|
|
|
+echo " "
|
|
|
+drush mim d7_user_profile --feedback="1000"
|
|
|
+echo " "
|
|
|
+drush mim d7_uc_roles_license --update --feedback="200"
|
|
|
+sleep 5
|
|
|
+
|
|
|
echo " "
|
|
|
echo "Migrating Nodes"
|
|
|
echo "Migrating Materials"
|