I can't get deltas working in production for my site and its driving
me nuts.

If i run the index rake task then it works fine ZERO errors but for
somereason the delta index does not update on its own.

I say the post on http://freelancing-god.github.com/ts/en/common_issues.html
about using deltas with passenger and followed those instructions but
that did not solve the problem.

----------------------------------------------------------------
Running Delta Indexing with Passenger

If you’re using Phusion Passenger on your production server, with
delta indexing on some models, a common issue people find is that
their delta indexes don’t get processed. This is because Passenger has
it’s own PATH set up, and can’t execute the Sphinx binaries (indexer
and searchd) implicitly.

The way around this is to find out where your binaries are on the
server:

which searchd

And then set the bin_path option in your config/sphinx.yml file for
the production environment:

production:
  bin_path: '/usr/local/bin'
----------------------------------------------------------------

When i run "which searchd" i get "/usr/local/bin/searchd"
I tired the yml file with both "/usr/local/bin" and "/usr/local/bin/
searchd" just to be safe but the results were the same.

This is driving me nuts. any help would really really be appreciated

Thanks,
Mike


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to