fixed migration shell script
This commit is contained in:
parent
c34b7c3842
commit
489cea7f73
|
@ -1,42 +1,42 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
echo "* * * * * * * * * * * * * * * * *"
|
echo "* * * * * * * * * * * * * * * *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* Migration *"
|
echo "* Migration *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* * * * * * * * * * * * * * * * *"
|
echo "* * * * * * * * * * * * * * * *"
|
||||||
|
|
||||||
# drush ms --group=d7_materio
|
# drush ms --group=d7_materio
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Files"
|
echo "Migrating Files"
|
||||||
drush mim d7_allpublicfiles --feedback=1000
|
drush mim d7_allpublicfiles --feedback="1000"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Taxonomy"
|
echo "Migrating Taxonomy"
|
||||||
echo "Migrating thesaurus"
|
echo "Migrating thesaurus"
|
||||||
drush mim d7_taxonomy_term_thesaurus --update --feedback=100
|
drush mim d7_taxonomy_term_thesaurus --update --feedback="100"
|
||||||
drush mim d7_taxonomy_term_thesaurus_i18n --update --feedback=100
|
drush mim d7_taxonomy_term_thesaurus_i18n --update --feedback="100"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating tags"
|
echo "Migrating tags"
|
||||||
drush mim d7_taxonomy_term_tags --update --feedback=100
|
drush mim d7_taxonomy_term_tags --update --feedback="100"
|
||||||
drush mim d7_taxonomy_term_tags_i18n --update --feedback=100
|
drush mim d7_taxonomy_term_tags_i18n --update --feedback="100"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating companies"
|
echo "Migrating companies"
|
||||||
drush mim d7_taxonomy_term_company --update --feedback=100
|
drush mim d7_taxonomy_term_company --update --feedback="100"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating showroom"
|
echo "Migrating showroom"
|
||||||
drush mim d7_taxonomy_term_showroom --update --feedback=100
|
drush mim d7_taxonomy_term_showroom --update --feedback="100"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Nodes"
|
echo "Migrating Nodes"
|
||||||
echo "Migrating breves"
|
echo "Migrating breves"
|
||||||
drush mim d7_node_breve --feedback=100
|
drush mim d7_node_breve --feedback="100"
|
||||||
drush mim d7_node_breve_i18n --feedback=100
|
drush mim d7_node_breve_i18n --feedback="100"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Materials"
|
echo "Migrating Materials"
|
||||||
drush mim d7_node_materiau --feedback=1000
|
drush mim d7_node_materiau --feedback="1000"
|
||||||
drush mim d7_node_materiau_i18n --feedbaick=1000
|
drush mim d7_node_materiau_i18n --feedback="1000"
|
||||||
|
|
Loading…
Reference in New Issue