Solved! Go to Solution.
As per my experience migration from magento 1.9.x to magento 2.2.X is not straightforward or i would say by running few commands you can not update your magento version.
Conversion from magento 1.9.x to magento 2.2.x involves a complete migration process
Like Data migration
Theme migration
Custom module/component migration
Third party extension migration etc
Magento have data migration tool to migrate the data from magento 1 version to magento 2 version , here is the link - https://github.com/magento/data-migration-tool
Rest of the things like Theme Migration, Custom Module/Component migration, Third party extension that you has to be convert manually - like needs to create all this components from scratch in new magento version
So it requires re-development of this components
Hope it helps !
Hello @abdo _badreldin
Welcome to Magento community.
You can directly go to Magento Community 2.2.6 ver from Magento 1.9.3.
Please follow below links for your reference:
https://magecomp.com/blog/migrating-magento-1-x-to-magento-2-0/
Data Migration tool: https://github.com/magento/data-migration-tool
https://devdocs.magento.com/guides/v2.0/migration/migration-tool-install.html
Hello @abdo _badreldin ,
Please review this link https://devdocs.magento.com/guides/v2.0/howdoi/migrate/migrate.html
You have to follow the below steps in it
--
If my answer is useful, please Accept as Solution & give Kudos
As per my experience migration from magento 1.9.x to magento 2.2.X is not straightforward or i would say by running few commands you can not update your magento version.
Conversion from magento 1.9.x to magento 2.2.x involves a complete migration process
Like Data migration
Theme migration
Custom module/component migration
Third party extension migration etc
Magento have data migration tool to migrate the data from magento 1 version to magento 2 version , here is the link - https://github.com/magento/data-migration-tool
Rest of the things like Theme Migration, Custom Module/Component migration, Third party extension that you has to be convert manually - like needs to create all this components from scratch in new magento version
So it requires re-development of this components
Hope it helps !