Open pleiadi opened 6 years ago
Hi @pleiadi ,
Due to limited resources, we no longer maintain the old script here at Github. We replaced it with a newer Pro version with full feature sets (which supports delta migration functionality; CLI mode; ready for NGINX server etc.).
We've just released a new update Pro version 3.1.2 a fewer hours ago which is fully compatible with Magento 2.2.2.
Below are our recent migration case studies you might want to take a look to learn more about our Pro version:
Hope that helps.
Regards, Ubertheme team
you can just download this module, remove the dependencies in the module composer.json and install it via local repository:
Download this module
copy module to magento root folder
remove the magento/framework dependencies from module composer.json:
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.1.",
"magento/module-backend": "100.1."
},
change repositories in your magento composer.json from "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" } ],
to
"repositories": [ { "type": "path", "url": "./module-ubdatamigration" } ],
clear composer cache: composer cacheclear
composer require "ubertheme/module-ubdatamigration @dev" wait for it and have fun :)
remember to revert your repositories in your magento composer.json to "type": "composer", "url": "https://repo.magento.com/"
Hi, I just did install a fresh version of magento 2.2.2, when I give the composer command to install updatamigration I get:
` Problem 1
any hint?
thanks a lot