Here's what I've determined:
- Delta indexing works fine in development
- Delta indexing does not work when I push to the production server, and no action is logged in searchd.log
- I'm running Phusion Passenger, and, as recommended in the basic troubleshooting guide, have confirmed that:
- www-data has permission to run indexing rake tasks (ran them from command line manually)
- the path to indexer and searchd are correct (/usr/local/bin)
- there are no errors in production.log
What on earth could I possibly be missing? I'm running Ruby Enterprise 1.8.6, Rails 2.3.4, Sphinx 0.9.8.1, and Thinking Sphinx 1.2.11.
Thanks!