Merge branch 'master' of gitlab.com:agaric/sites/geo

This commit is contained in:
David Valdez 2019-08-01 16:46:12 -05:00
commit b920bf92da

View file

@ -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: 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`
## Post go-live tasks ## Post go-live tasks