Hello,
I want to import my products + categories + attributes.
Can we do the import from db to db?
Can I just export some specifics tables then import it?
Instead of using extensions...
Many thanks!
Hi @alain_picard,
are you using same magento version for both?
It is not recommended to import tables directly as there are lot of integrity constraints for the tables.
https://devdocs.magento.com/guides/v2.3/migration/migration-tool.html
You can use magento migration tool.
I hope it will help you.
Hello,
Yes I do use the same version of Magento...
Just did a new solution from scratch...
Best,