We can perform reindex via SSH in magento. It is faster and shows the error log.
But at first, we need the SSH access of the web hosting.
We can connect to SSH by using SSH client like putty.exe.
Steps:
1. Login to SSH using the credentials provided.
2. Go to the magento installation directory.
3. Go to shell folder.
4. Run the following command:
php indexer.php --reindexall
or we can reindex one at a time.
php indexer.php --reindex catalog_product_price
to know the status of the reindex
php indexer.php --status
for help, we can run:
php indexer.php help
But at first, we need the SSH access of the web hosting.
We can connect to SSH by using SSH client like putty.exe.
Steps:
1. Login to SSH using the credentials provided.
2. Go to the magento installation directory.
3. Go to shell folder.
4. Run the following command:
php indexer.php --reindexall
or we can reindex one at a time.
php indexer.php --reindex catalog_product_price
to know the status of the reindex
php indexer.php --status
for help, we can run:
php indexer.php help
Comments
Post a Comment