문제

How can i remigrate data to new database after one migration? Workflow:

  1. Migrate data from M1 => M2. In M1 database new m2_cl tables created.
  2. Delete M2 table and try to migrate data from M1 one more time.

Is it safe to migrate settings and data one more time, when m2_cl tables exists in M1 db? Or should i delete something (m2_cl tables) first, and then do the migration?
Thanks in advance

도움이 되었습니까?

해결책

You don't need to delete m2_cl tables.

This table keeps incremental data after you done initial setting and data migration.

You can perform many data and settings migration on same database.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top