From b891947897a6dec2010424bcf025194210ea16f5 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 1 Aug 2019 16:36:11 -0400 Subject: [PATCH] Update migration directions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93ee62..ce52528 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ ddev . drush mim --group="migrate_drupal_7_geo" 1. Return to the server (`ssh geo_live@drutopia.org`), load legacy db and run the migration: - Read the db source into the proper database: `mysql geo_legacy < geo_legacy.sql` - `drush mim --group="migrate_drupal_7_geo"` + - `drush php:script article_repost_term.php` ## Post go-live tasks