-->

Wednesday, April 25, 2012

sphinx server ec2 restart

on each deploy if the searchd is running it makes errors so we need to stop it
if rake ts:stop doesnt works then :

pgrep searchd
>> 1944
sudo kill -9 1944

will do the work

more process details:
ps -fw -C searchd

No comments:

Post a Comment