How to uninstall UB Data Migration Lite?

Hi All,
Thanks for nice free module! I have installed UB Data Migration Lite on Magento 2.0.7 not via composer just manually copied files into my magento installation. How can I remove this module now?
Tried via composer but composer don’t have data about this UB Data Migration

composer remove ubertheme/module-ubdatamigration

But composer says this module is not installed. What can I do? 
Thanks

3 answers

Profile photo of Mall Staff 184060.00 $tone February 28, 2017
Public

Hi there,
To uninstall the lite version of our tool, you can do steps as bellow:
Run bellow sql in the database of your M2:
Delete from setup_module Where module = ‘Ubertheme_Ubdatamigration’;
Run CLI command: php -f bin/magento module:disable -c Ubertheme_Ubdatamigration
Run command to delete source files of our tool by command: 
rm -rf app/code/Ubertheme/Ubdatamigration/
rm -rf pub/ub-tool/
Regards,
Mall.

#1
Profile photo of Admin Staff -30640.00 $tone March 5, 2017
Public

Hi Nikodem, 
My team has just sent you an email regarding our migration tool. Kindly check. 
Regards,
An Nguyen

#3

Please login or Register to Submit Answer

Written By

Comments