-
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
Sales Order Grid is empty after data migration #11
Comments
Hi, Vinsenkt
|
ghost
mentioned this issue
Jun 2, 2016
This was referenced Aug 4, 2016
Closed
This was referenced Jun 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've made data migration from Magento 1 to Magento 2 using data-migration-tool according to this article http://devdocs.magento.com/guides/v2.0/migration/migration-migrate-data.html. Orders migrated successfully, but Sales Order grid is empty - this happened because sales_flat_order_grid (from magento 1) and sales_order_grid (from magento 2) tables are ignored in the mapping file by default, like this.
sales_order_grid These tables have different columns (magento2's table has 10 additional columns), and they can't be moved just like that. Is there any way to re-build sales_order_grid table, based on another tables data? I've cleaned cache and made all reindexes, with no luck.The text was updated successfully, but these errors were encountered: