Correct articles script name for migration

This commit is contained in:
Chris Thompson 2019-08-30 23:51:15 -04:00
parent 671c04f8db
commit 147de29fb5

View file

@ -94,7 +94,7 @@ Note: The migration will partially fail because of missing files. For now, re-ru
1. Return to the server (`ssh geo_live@drutopia.org`), load legacy db and run the migration: 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` - Read the db source into the proper database: `mysql geo_legacy < geo_legacy.sql`
- `drush mim --group="migrate_drupal_7_geo"` - `drush mim --group="migrate_drupal_7_geo"`
- `drush php:script article_repost_term.php` - `drush php:script article_type_term.php`
## Post go-live tasks ## Post go-live tasks