Re-index magento via ssh / putty

You are running this command from ROOT and indexer.php is located under shell directory. So try this commands instead:


php shell/indexer.php --reindex catalog_product_attribut
For re-indexing all indexes :
php -f shell/indexer.php reindexall
Listing all commands :
php shell/indexer.php --reindex catalog_product_attribute
php shell/indexer.php --reindex catalog_product_price
php shell/indexer.php --reindex catalog_url
php shell/indexer.php --reindex catalog_product_flat
php shell/indexer.php --reindex catalog_category_flat
php shell/indexer.php --reindex catalog_category_product
php shell/indexer.php --reindex catalogsearch_fulltext
php shell/indexer.php --reindex cataloginventory_stock
php shell/indexer.php --reindex tag_summary

Comments

  1. Great Article. Here's another post it which can helps others also: https://magenticians.com/reindex-magento-using-ssh/

    ReplyDelete

Post a Comment