WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Migrate module cheat sheet

Submitted by barnettech on Mon, 09/21/2020 - 20:03

drush ms to see the migrations
# this will run the migration
drush mim migration_name
# to stop the migration
drush mst migration_name
# to reset the migration when it won't stop and it just constantly says "running"
drush mrs migration_name
# to roll back your migration
drush mr migration_name

#this will reload just your migration your editing
drush config-import --partial --source=modules/custom/ipcsync/config/install