Skip to content

This module for Magento 2 makes unlinking categories from products 1000 times faster

Notifications You must be signed in to change notification settings

mage2pro/fast-unlink-categories-from-products

Repository files navigation

This module for Magento 2 makes unlinking categories from products 1000 times faster. The problem is described here:

How to install

bin/magento maintenance:enable
composer clear-cache
composer require mage2pro/fast-unlink-categories-from-products:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable

How to upgrade

bin/magento maintenance:enable
composer clear-cache
composer update mage2pro/fast-unlink-categories-from-products
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable

If you have problems with these commands, please check the detailed instruction.