Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Magentoのすべての製品のインデックスを毎晩再作成する必要があります。
私はこれが次の方法で達成できることを知っています:php /home/path/to/magento/shell/indexer.php reindexall
しかし、この呼び出しをMagentoの組み込みのcronメカニズムに追加するにはどうすればよいですか?
ステップ1:cronを5分以上の頻度で実行するように設定します。
crontabノードの場合:0 2 * * * catalog / product_indexer_price :: reindexAll
日の値に従ってcron_exprの2を変更します。