Migration 총정리
https://drupalize.me/series/drupal-8-migration-guide
나중에 정리하자.
워드프레스 마이그레이션
필요모듈
아래의 버전으로 했을 때만 성공했음.
https://www.drupal.org/project/migrate_manifest, 8.x-1.4
https://www.drupal.org/project/migrate_plus, 8.x-4.x-dev
https://www.drupal.org/project/migrate_tools, 8.x-4.0-beta1+1-dev
https://www.drupal.org/project/wordpress_migrate, 8.x-3.x-dev
사용방법
구조-> Migration-> Add import from Wordpress
실행하면 unprogress 에 들어 있다. drush 로 작업해주면 제대로 들어간다.
작업시 다음 디렉토리로 이동해서 한다. 그렇지 않으면 에러가 날때가 있다.
cd /home/yeco/www/modules/migrate_plus
다음 문서 참조
https://www.drupal.org/node/2839482
This should be caught better:
drush mmsg
Missing argument 1 for drush_migrate_tools_migrate_messages(), called in phar:///usr/local/bin/drush/includes/command.inc on line 371 and defined migrate_tools.drush.inc:372
Then this:
$ drush mi --all
Processed 1 item (1 created, 0 updated, 0 failed, 0 ignored) - done with 'blog_wordpress_categories' [status]
Processed 0 items (0 created, 0 updated, 0 failed, 0 ignored) - done with 'blog_wordpress_tags' [status]
Processed 110 items (110 created, 0 updated, 0 failed, 0 ignored) - done with 'blog_wordpress_content_post' [status]