Quantcast
Viewing all articles
Browse latest Browse all 1659

[3.3.x] Support Forum • Re: Search index after server migration

From https://www.phpbb.com/support/docs/en/3 ... tallation/

6.1.2.6. Incremental Updates
Crontab file on most Unix Systems can be edited by

Code:

crontab -e
Add this line to update the delta index every five minutes

Code:

*/5 * * * * indexer --rotate --config {CONFIG_PATH}/sphinx.conf index_phpbb_{SPHINX_ID}_delta >> {DATA_PATH}/log/indexer.log 2>&1 &
Add this line to set up cron job for full index once every night

Code:

0 3 * * * indexer --rotate --config {CONFIG_PATH}/sphinx.conf index_phpbb_{SPHINX_ID}_main >> {DATA_PATH}/log/indexer.log 2>&1 &

Statistics: Posted by P_I — Wed Jun 12, 2024 12:54 pm



Viewing all articles
Browse latest Browse all 1659

Trending Articles