migrate-from-d7.sh 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #! /bin/bash
  2. echo "* * * * * * * * * * * * * * * * *"
  3. echo "* *"
  4. echo "* Migration *"
  5. echo "* *"
  6. echo "* * * * * * * * * * * * * * * * *"
  7. # drush ms --group=d7_materio
  8. echo " "
  9. echo "Migrating Files"
  10. drush mim d7_allpublicfiles --feedback=1000
  11. echo " "
  12. echo "Migrating Taxonomy"
  13. echo "Migrating thesaurus"
  14. drush mim d7_taxonomy_term_thesaurus --update --feedback=100
  15. drush mim d7_taxonomy_term_thesaurus_i18n --update --feedback=100
  16. echo " "
  17. echo "Migrating tags"
  18. drush mim d7_taxonomy_term_tags --update --feedback=100
  19. drush mim d7_taxonomy_term_tags_i18n --update --feedback=100
  20. echo " "
  21. echo "Migrating companies"
  22. drush mim d7_taxonomy_term_company --update --feedback=100
  23. echo " "
  24. echo "Migrating showroom"
  25. drush mim d7_taxonomy_term_showroom --update --feedback=100
  26. echo " "
  27. echo "Migrating Nodes"
  28. echo "Migrating breves"
  29. drush mim d7_node_breve --feedback=100
  30. drush mim d7_node_breve_i18n --feedback=100
  31. echo " "
  32. echo "Migrating Materials"
  33. drush mim d7_node_materiau --feedback=1000
  34. drush mim d7_node_materiau_i18n --feedbaick=1000