Skip to content
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

Closed
Vincenkt opened this issue Dec 4, 2015 · 1 comment
Closed

Sales Order Grid is empty after data migration #11

Vincenkt opened this issue Dec 4, 2015 · 1 comment

Comments

@Vincenkt
Copy link

Vincenkt commented Dec 4, 2015

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.
@yaronish
Copy link

yaronish commented Dec 4, 2015

Hi, Vinsenkt
OrderGrids Step is responsible for grid migration.
Can you confirm that next code is present in your config.xml file and this step is being executed during migration?

    <step title="OrderGrids Step">
        <integrity>Migration\Step\OrderGrids\Integrity</integrity>
        <data>Migration\Step\OrderGrids\Data</data>
        <volume>Migration\Step\OrderGrids\Volume</volume>
    </step>

@Vincenkt Vincenkt closed this as completed Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants