Skip to content

Magento 2 CLI Command : remove images of deleted product in the /media/catalog/product folder

Notifications You must be signed in to change notification settings

mattyl/CleanMedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanMedia

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/product folder excluding OR including /cache
  • find all images used by products in the db :
    catalog_product_entity_media_gallery_value_to_entity table gives value_id of images.
    catalog_product_entity_media_gallery table gives value (real path)
  • delete all files in the media/catalog/product folder 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
php/bin magento cache:flush


Commands

Use --dry-run to check result without deleting any files

php bin/magento cap:clean:media-folder --dry-run

php bin/magento cap:clean:media-folder php bin/magento cap:clean:media-db


Options

php bin/magento cap:clean:media-folder --eclude-cache to exclude the /cache folder.

About

Magento 2 CLI Command : remove images of deleted product in the /media/catalog/product folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%