I am using magerun to run Indexing for my magento store. I am using below command
/usr/local/bin/magerun --root-dir=/var/www/html/store index:reindex:all
The above command works perfectly but my requirement is to skip the “Catalog URL Rewrites
” using index:reindex:all command.
Is this possible to skip single Index in reindex:all command?
Is there any command/parameter provided by magerun to skip any Index?
2
Answers
Here is the solution to skip specific indexing
we can pass parameters after index:reindex seprated by comma.
//I think you need to run specific indexing like below for catalog product price.
Reference link