Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

Here you may find instructions on how to uninstall the module. Following scenario is valid for all module versions we have released so far.

Delete folders and files

  • delete folder app/code/Nostress/Koongo

Database modifications

Run following sql script over database. The script removes all Koongo Connector for Magento 2 tables.

Module uninstallation sql script
DELETE FROM setup_module WHERE `setup_module`.`module` = 'Nostress_Koongo';
DROP TABLE nostress_koongo_cache_product
DROP TABLE nostress_koongo_cache_tax;
DROP TABLE nostress_koongo_cache_categorypath;
DROP TABLE nostress_koongo_cache_weee;
DROP TABLE nostress_koongo_cache_profilecategory;
DROP TABLE nostress_koongo_cache_channelcategory;
DROP TABLE nostress_koongo_taxonomy_category_mapping;
DROP TABLE nostress_koongo_taxonomy_setup;
DROP TABLE nostress_koongo_cron;
DROP TABLE nostress_koongo_channel_profile;
DROP TABLE nostress_koongo_channel_feed;
DROP TABLE nostress_koongo_taxonomy_category;

Cache refresh

Finally, do not forget to refresh cache (wink)

  • No labels