How to uninstall UB DM Pro

Hello,
What are the steps to uninstall the Pro module?
 
Thanks.

5 answers

Profile photo of ubdev Staff 98150.00 $tone October 3, 2017
Public

Hi Marilena,
You should not uninstall our tool at present, if you want do delta migration in the coming time.
Otherwise, you could follow steps below to uninstall our migration tool:
 
Step 1: Disable our tool by running the CLI command: php -f bin/magento module:disable -c Ubertheme_Ubdatamigration
Step 2: Then run the following SQL statements in your Magento2 database:

DELETE FROM setup_module WHERE module = 'Ubertheme_Ubdatamigration';
DROP TABLE IF EXISTS ub_migrate_map_step_2,ub_migrate_map_step_3,ub_migrate_map_step_3_attribute,ub_migrate_map_step_3_attribute_option,ub_migrate_map_step_4,ub_migrate_map_step_5,ub_migrate_map_step_5_product_download,ub_migrate_map_step_5_product_option,ub_migrate_map_step_6,ub_migrate_map_step_6_customer_address,ub_migrate_map_step_7,ub_migrate_map_step_7_invoice,ub_migrate_map_step_7_invoice_item,ub_migrate_map_step_7_order,ub_migrate_map_step_7_order_address,ub_migrate_map_step_7_order_item,ub_migrate_map_step_7_quote,ub_migrate_map_step_7_quote_address,ub_migrate_map_step_7_quote_item,ub_migrate_map_step_8,ub_migrate_map_step_8_downloadable_link_purchased,ub_migrate_map_step_8_rating,ub_migrate_map_step_8_review,ub_migrate_map_step_8_review_summary,ub_migrate_map_step_8_subscriber,ub_migrate_step;

Step 3: Open your Terminal, go to your web root folder and run the CLI command to clean the source code of our tool:
rm -rf app/code/Ubertheme/Ubdatamigration pub/ub-tool/
Regards,
Ubertheme team

#1
Profile photo of erichagz 780.00 $tone January 12, 2018
Public

CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ’11-design’ for key ‘CATALOG_CATEGORY_PRODUCT_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE’. The SQL statement executed was: INSERT INTO `eav_attribute_group` (`attribute_set_id`, `sort_order`, `default_id`, `attribute_group_name`, `attribute_group_code`, `tab_group_code`) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5)

#2
Profile photo of ubdev Staff 98150.00 $tone January 13, 2018
Public

Hi Erichagz,
We see you posted the same question in another ticket, we will get back to you via this ticket
Our team is off in the weekend, our apology for certain delay in responding to your case. We still follow up with you throughout weekend though. 
Thanks for your patience.
Regards,
Ubertheme team

#3
Profile photo of Harry Zampetoulas 560.00 $tone July 10, 2020
Public

Hello
Can i Use the same procedure to Uninstall the UBDataMigrationPro latest version 3.2.3?
(I ask because the post is very old)
thanks
Harry
 

#4
Profile photo of ubdev Staff 98150.00 $tone July 10, 2020
Public

Hi Harry,
 
If you already complete the migration and no longer plan to run delta migration, you can follow steps below to uninstall our module: 

Step 1: Disable our module by running the CLI command:

php -f bin/magento module:disable -c Ubertheme_Ubdatamigration

Step 2: Run the SQL queries below in your Magento 2 database:

DELETE FROM setup_module WHERE module = 'Ubertheme_Ubdatamigration';
DROP TABLE IF EXISTS ub_migrate_map_step_2,ub_migrate_map_step_3,ub_migrate_map_step_3_attribute,ub_migrate_map_step_3_attribute_option,ub_migrate_map_step_4,ub_migrate_map_step_5,ub_migrate_map_step_5_product_download,ub_migrate_map_step_5_product_option,ub_migrate_map_step_6,ub_migrate_map_step_6_customer_address,ub_migrate_map_step_7,ub_migrate_map_step_7_invoice,ub_migrate_map_step_7_invoice_item,ub_migrate_map_step_7_order,ub_migrate_map_step_7_order_address,ub_migrate_map_step_7_order_item,ub_migrate_map_step_7_quote,ub_migrate_map_step_7_quote_address,ub_migrate_map_step_7_quote_item,ub_migrate_map_step_8,ub_migrate_map_step_8_downloadable_link_purchased,ub_migrate_map_step_8_rating,ub_migrate_map_step_8_review,ub_migrate_map_step_8_review_summary,ub_migrate_map_step_8_subscriber,ub_migrate_map_step_8_cms,ub_migrate_step;

 
Step 3: Open your Terminal, go to your webroot folder, and run the following command to clean the source code of our module:

rm -rf app/code/Ubertheme/Ubdatamigration pub/ub-tool/

We hope that helps. 
 
PS. Meanwhile, if you plan to implement a mega menu or one step checkout functionalities, please check out our M2 modules to see if they’re a good fit for you. We’ll offer you an exclusive discount for each M2 extensions you might purchase. 
 
Regards,
Ubertheme team

#5

Please login or Register to Submit Answer

Written By

Comments