-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delta Migration Error: Deltalog for customer_entity #279
Comments
Hi @joshuacalebm Can you find m2_cl_* tables in your Magento 1 DB? Does m2_cl_customer_entity table exists? |
Hi. @victor-v-rad thanks for the reply. No the tables don't exist in the original m1 db I used for migration, but I'm actually trying to use a newer version of the original db I imported into the staging server since the hosting co won't allow remote db access. I read somewhere one would have to create these tables? |
Hi @joshuacalebm The tool creates these tables when |
Hi @victor-v-rad |
@webkulabhi |
@victor-v-rad |
Fixed |
@victor-v-rad It is not fixed !. @webkulabhi saying that "It is not working in 2.1.5." and I'm also facing the same error "Deltalog for customer_entity is not installed" in 2.2.4. |
I am migrating from 1.9.1.0 to 2.2.1. The problem still exists.
The error comes up:
There are no errors in the nginx, or magento logs (in /var/log and var/log/). |
So I found out what was the issue. When you try to run migrate:delta without running migrate:data before basically. The problem is that those delta log tables (m2_cl_*) are missing in the source database (magento 1). |
@MohanaKrishnan7 @Rudoslav |
See my last comment above. |
As @Rudoslav said, check whether you have m2_cl_* tables in your Magento 1 database in which you are running the DELTA migration. If you don't find the tables. then you are running the DELTA migration in a different Magento 1 database and you have run the DATA migration in another Magento 1 database. Find the database in which you run the DATA migration and run the DELTA migration again. If you are getting any other issues, take a fresh copy of your Magento 1 database and delete all the m2_cl_* tables. Install a fresh Magento 2 and try all the migration steps. Thanks and Regards |
Ready to go live with m2 on a staging server after successfully migrating a few weeks ago from 1.7.0.2.
Trying to update with new customers and recent orders in the past few weeks since migration.
After trying the migrate:delta command, I'm getting the Error: Deltalog for customer_entity is not installed.
The source mysql db, the destination db, and the delta db are all providing user with complete privileges.
I understand this has previously been brought up as an issue but none of the responses had a clear solution to this issue.
The text was updated successfully, but these errors were encountered: