Questions tagged [magento2-migration-tool]

Denotes questions related to Magento 2 Migration tool. The Magento 2 Data Migration Tool is used to efficiently port all the key products, customers, order data, store configurations, promotions and more from Magento 1.x to Magento 2.x

The official migration guide can be found here: http://devdocs.magento.com/guides/v2.0/migration/bk-migration-guide.html

346 questions
4
votes
0 answers

Showing Error while using Migration tool 1.9 to 2.0

Currently i am using magento2.0.4 version . I want to migrate data from 1.9.0.1 version of magento . I have completed all steps for migartion tool . After that i am geeting this error . [2016-05-20 10:18:04][INFO][mode: data][stage: integrity…
Aman Dhiman
  • 199
  • 4
  • 14
3
votes
1 answer

Magento 2 Migration Tool - Delta Delivering Failed - Deltalog not installed

After a successful initial data migration from 1.8.1.0 >> 2.0.2 CE using the Migration Tool NOW getting "Migration/Exception - Delta delivering failed" because the "Deltalog for customer_entity is not installed" How can the "Deltalog" be…
J Fox
  • 31
  • 4
2
votes
1 answer

Magento 2 migration Tool: does PRODUCTS model support DELTA (incremental)?

when browsing and reading guides it looks like Customers + Orders support incremental data migration (delta: the newly added items) .... bu I also read that this is supported for products : but is this really so? Somehow it seems it was the plan to…
snh_nl
  • 5,442
  • 13
  • 69
  • 133
2
votes
1 answer

Magento 2 Migration Tool Integrity constraint violation

I'm getting the following error using the Magento 2 Migration Tool 2.3.0 during the Map Step: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0--0--0.0000-0.0000-0-' for key 'UNQ_D2BA9F275EE0D3F3C26A1EC39FD4924D' I have…
Crim
  • 131
  • 1
  • 10
1
vote
0 answers

Migration fails with "Notice: Undefined offset: 1"

I am trying to migrate data from M1 to M2 using the data migration tool. I am using version 1.9.3.10 of M1, and 2.3.0 of M2. I am using this info to clear my M2 database before the migration and have run this query on M1 to avoid duplicate…
Bart Friederichs
  • 333
  • 2
  • 13
1
vote
1 answer

Migrate 1.9.* CE to 2.1.3 - field mapping

I have got the error message: Source fields are not mapped. Document: sales_flat_order. Fields: imported,onestepcheckout_order_comment,onestepcheckout_giftwrap_amount Then I have added to…
1
vote
0 answers

magento data migration error in Customer Attribute step

getting the error while migrating data from magento CE 1.9.2.2 to magento EE 2.1 Error: [2016-08-29 10:10:00][DEBUG][mode: data][stage: data migration] [step: Customer Attributes Step][table: customer_entity]: migrating 100%…
meena
  • 31
  • 1
0
votes
1 answer

M1 to M2 migration - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry

I am in the process of migrating a site from M1 to M2 I have run the following command successfully a few times: bin/magento migrate:delta --auto /app/code/Vendor/Migration/etc/opensource-to-opensource/1.9.4.5/config.xml The last time I ran it the…
0
votes
1 answer

Magento Migration Tool: What should the database host, name, user and password be in config.xml?

I am hoping to migrate Magento 1.9.4.0 to 2.4.1 using the Magento Migration Tool. I have already installed the Migration tool and now I'm trying to configure the confix.xml file in:
Allysin
  • 250
  • 1
  • 23
  • 72
0
votes
4 answers

Migrating from Magento 1.9.4 to Magento 2.4.1 - use the The Magento Migration Tool OR do it manually?

Magento 1.9.4 to Magento 2.4.1 We need to migrate from the older version of Magento to the newest. My plan was going to be to: Install Magento 2.4.1 Export Customers, Products and Orders via CSV files from the old Magento, correct the column…
Allysin
  • 250
  • 1
  • 23
  • 72
0
votes
1 answer

M1 to M2 Migration Isssue

I am trying to migrate Magento v1.9.5 data to Magento v2.3.5 using the following command: bin/magento migrate:data --reset --auto /app/code/Vendor/Migration/etc/opensource-to-opensource/1.9.4.5/config.xml This fails with this error: [ERROR]: Not…
0
votes
1 answer

magento migrate:settings fails with prefix on destination database 1.9.3.1 to 2.3.3

Steps. Edit vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml for database config at old and new databases.
0
votes
0 answers

Migration error

I am getting below error in Migration from Magento 1 to Magento 2. What is the solution ? [2018-11-13 08:39:48][ERROR]: Foreign key (FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID) constraint fails on source database. Orphan…
abu abu
  • 744
  • 3
  • 15
  • 38
0
votes
0 answers

upload migrate tool instead of composer - possible?

While trying to migrate, I have some complaints about magento not having source / destination documents mapped; however, they are in map.xml (default there, no need to tweak). I'm using the correct migration tool (2.2.5) from…
fran35
  • 189
  • 2
  • 13
0
votes
1 answer

Magento migration error 1.9.3.7 to 2.2.3

[ERROR]: Class accesscontrol/entity_attribute_backend_customergroups does not exist but mentioned in: eav_attribute.backend_model for attribute_id=198 I have added this to class-map.xml under folder 1.9.3.7 ...
1
2