User Tools

Site Tools


udropship:umarketplace:disable_unirgy_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
udropship:umarketplace:disable_unirgy_modules [2023/06/06 10:40]
wtsergo [Disable]
udropship:umarketplace:disable_unirgy_modules [2023/06/06 10:40]
wtsergo [Disable]
Line 13: Line 13:
   - Collect modules to disable using this command <code>bin/magento module:status| grep Unirgy_</code>   - Collect modules to disable using this command <code>bin/magento module:status| grep Unirgy_</code>
   - Disable unirgy modules using this command (replace <modules to uninstall> with actual module names returned by prev command) <code>bin/magento module:disable --clear-static-content <modules to uninstall></code>    - Disable unirgy modules using this command (replace <modules to uninstall> with actual module names returned by prev command) <code>bin/magento module:disable --clear-static-content <modules to uninstall></code> 
-  - Run setup:upgrade command \\ ''bin/magento setup:upgrade''+  - Run setup:upgrade command <code>bin/magento setup:upgrade</code>
   - Run module:uninstall command (replace <modules to uninstall> with actual module names returned in step 2 command) <code>bin/magento module:uninstall --non-composer <modules to uninstall></code>   - Run module:uninstall command (replace <modules to uninstall> with actual module names returned in step 2 command) <code>bin/magento module:uninstall --non-composer <modules to uninstall></code>
   - Run reindex commands <code>bin/magento indexer:reset cataloginventory_stock catalog_product_price'';    - Run reindex commands <code>bin/magento indexer:reset cataloginventory_stock catalog_product_price''; 
 bin/magento indexer:reindex cataloginventory_stock catalog_product_price </code> bin/magento indexer:reindex cataloginventory_stock catalog_product_price </code>
udropship/umarketplace/disable_unirgy_modules.txt · by wtsergo