How to unlock reindex process Magento 2

A command indexer:reset used to reset indexing.

Well, indexer:reset command reset all indexes but for particular index, need to use code-of-index and follow below steps to achieve it.

Run below command from terminal which will gives you code and name of indexes.

Output :

To reset particular index (e.g. catalog_product_price) run the following command from terminal:

For multiple indexes to reset at same time (e.g catalog_product_price and customer_grid) we will use whitespace between two indexes-code.

Leave a Reply