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 byAdd this line to update the delta index every five minutes
Add this line to set up cron job for full index once every night
6.1.2.6. Incremental Updates
Crontab file on most Unix Systems can be edited by
Code:
crontab -e
Code:
*/5 * * * * indexer --rotate --config {CONFIG_PATH}/sphinx.conf index_phpbb_{SPHINX_ID}_delta >> {DATA_PATH}/log/indexer.log 2>&1 &
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