Reindex Data using linux terminal
Reindex data through admin as
Admin -> System -> Index Management
Navigate to root folder
Using terminal as
cd [magento_root_folder]/shell
Press Enter
[magento_root_folder] - defines magento installed root folder.
List all the files in the folder
cd ls
Press Enter
View status of the all indexes
php indexer.php --statusPress Enter
You find the status of all the avaiable indexes
Reindex the catalog_product_pricephp indexer.php --reindex catalog_product_pricePress Enter
List of terminal execution indexesBy defaultName of indexes Exceuting code path in terminal Product Attributes catalog_product_attribute Product Prices catalog_product_priceCatalog Url Rewrites catalog_urlProduct Flat Data catalog_product_flatCategory Flat Data catalog_category_flat Category Products catalog_category_productCatalog Search Index catalogsearch_fulltextStock status cataloginventory_stockTag Summary tag_summary To Indexing all the availabe indexes
php indexer.php --reindexall
No comments:
Post a Comment