Skip to content
Snippets Groups Projects
Commit a9cc72a9 authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Do not update roles all the time.

parent 5b271860
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ fi
if [[ "$TYPE" == "all" || "$TYPE" == "users" ]]; then
# Users and roles.
drush migrate:import drupalorg_migrate_user_roles --update
drush migrate:import drupalorg_migrate_user_roles
# IMPORTANT: the following will take HOURS unless you truncate the number of D7-users somehow.
# You can run these sql commands:
# DELETE FROM migrate.users WHERE uid > 500;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment