Closed geerlingguy closed 4 years ago
A few quick notes off the top of my head: Set PHP memory_limit to 512M before the migration, then drop back to whatever the default is after. Make sure letsencrypt is still functioning correctly pre-and-post.
We did it!
ini_set('memory_limit', '512M');
insettings.local.php
temporarily for the migration.mm
infra playbook:ansible-playbook playbook.yml --tags=deploy
(make sure code is latestmaster
revision, and composer dependencies are up to date)drush migrate-import --update upgrade_d7_path_redirect,upgrade_d7_url_alias,upgrade_d7_file,upgrade_d7_taxonomy_term_tags,upgrade_d7_node_blog_post,upgrade_d7_node_page,upgrade_d7_node_project,upgrade_d7_node_revision_blog_post,upgrade_d7_node_revision_page,upgrade_d7_node_revision_project,upgrade_d7_comment
vhosts.yml
and change thedrupal_docroot
forwww.jeffgeerling.com
to thedrupal8
docroot (with/web
). Remove thed8.jeffgeerling.com
entry.deploy.yml
and switch on the D8 cron job entry, and switch off the D7 cron job entry.mm
infra playbook:ansible-playbook playbook.yml --tags=nginx,deploy,vhosts
/admin/config/search/simplesitemap
).ini_set('memory_limit', '512M');
insettings.local.php
temporarily for the migration.