From 1455906c52fc82cab8b78e097eefd6237f405821 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 1 Mar 2021 18:50:54 +0100 Subject: [PATCH] added url alias regeneration to migrate script --- migrate-from-d7.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/migrate-from-d7.sh b/migrate-from-d7.sh index 3d65749..da50a69 100755 --- a/migrate-from-d7.sh +++ b/migrate-from-d7.sh @@ -139,3 +139,9 @@ drush mim d7_simplenews_nodes --feedback="200" drush mim d7_simplenews_subscribers --update --feedback="1000" # migration_loop d7_simplenews_subscribers; sleep 5 + +echo " " +echo "Regenerating url aliases for nodes and terms" +drush pag all canonical_entities:taxonomy_term +drush pag all canonical_entities:node +sleep 5