cap / cleanmedia
There is no license information available for the latest version (2.0.0) of this package.
Magento 2 CLI Command : remove images of deleted product in the `/media/catalog/product` folder
2.0.0
2020-01-30 13:21 UTC
This package is not auto-updated.
Last update: 2026-03-09 14:13:27 UTC
README
Magento 2 CLI Command : remove images of deleted product in the /media/catalog/product folder
based on EAV Cleaner Console Command from FireGento e. V. - Hackathons
Purpose of this module
- scan the
media/catalog/productfolder including/cache - find all images used by products in the db :
catalog_product_entity_media_gallery_value_to_entitytable givesvalue_idof images.
catalog_product_entity_media_gallerytable givesvalue(real path) - delete all files in the
media/catalog/productfolder NOT USED by any products. - delete related records in database.
Installation
Copy all files in /path/to/magento/app/code/Cap/CleanMedia
Run commands :
php/bin magento module:enable Cap_CleanMedia
php/bin magento setup:upgrade
Commands
php bin/magento cap:clean:media --help
php bin/magento cap:clean:media
php bin/magento cap:clean:media --dry-run
php bin/magento cap:clean:media --no-cache
php bin/magento cap:clean:media --dry-run --no-cache