-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
New Orders are not in Order grid after data migration from M 1.7.0.2 to M 2.1.7 #10185
Comments
Hi @joergmaertin, Did you ran reindex from cli after migration? Reindex of grids in m2 is async and it runs during cron execution. Did you configured cron jobs? |
@ihor-sviziev I indeed ran reindex from CLI and also now from cron. The result is the same: nothing in order grid. |
Hi @joergmaertin |
I got the same issue after upgrading from M1 to M 2.1.9. Issue is not actually related to data migration tool, but it caused by incorrect sorting by order id field in order grid. It sort as string, but not as a number. Issue appeared because in M1 we had 9 symbols for order number, while in M2 it use 10. I didn't found any related issues, except this one. And this issue is already closed because it looked as data migration issue, but it isn't. |
Hi @ihor-sviziev |
Internal ticket to track issue progress: MAGETWO-83084 |
Internal ticket to track issue progress: MAGETWO-83155 |
Internal ticket to track issue progress: MAGETWO-83154 |
Preconditions
Steps to reproduce
Expected result
Actual result
2. But the order is not visible in order grid, it seems not being saved here
The issue has been first reported in #4431 which was closed. Again reported in #10128, on request the issue has been specified here.
I have included logs in #10128. I'd like to include my datamigration config files here to review. Maybe there is something important missing in my files, which also need to be migrated.
The text was updated successfully, but these errors were encountered: