Magento 2 Reindexing One or more indexers are invalid. Make sure your Magento cron job is running

March 4, 2022 . 1 MIN READ

How to reindex your Magento 2 store from admin or SSH / CLI

  1. Reindex via SSH / CLI (recommended)
  2. Connect to your Magento 2 installation in the root of your project.(usually in public_html or under yourmagentoinstallation.com/html)

 

  1. Reindex all Magento 2 indexers using below command:

php bin/magento indexer:reindex

 

 Check the status of the indexers and identify indexers that still need to be individually reindexedsometimes general reindex does not work for all indexers

php bin/magento indexer:status

 

 

 

https://magento.stackexchange.com/questions/90510/magento-2-reindexing-one-or-more-indexers-are-invalid-make-sure-your-magento

 

php bin/magento indexer:reindex

Reference: https://support.weltpixel.com/hc/en-us/articles/115000355673-How-to-reindex-your-Magento-2-store-from-admin-or-SSH-CLI

Leave a Reply

Your email address will not be published. Required fields are marked *