Browse Source

added user profile migration to script

Bachir Soussi Chiadmi 5 years ago
parent
commit
f30d82427b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      migrate-from-d7.sh

+ 2 - 2
migrate-from-d7.sh

@@ -13,8 +13,8 @@ drush mim d7_allpublicfiles --feedback="1000"
 
 echo " "
 echo "Migrating Users"
-drush mim d7_users --update --feedback="1000"
-# drush mim d7_user_profiles --feedback="1000"
+drush mim d7_users --feedback="1000"
+drush mim d7_user_profiles --feedback="1000"
 
 echo " "
 echo "Migrating Taxonomy"