#279 new
Gaspard Bucher

crash on node deletion

Reported by Gaspard Bucher | January 19th, 2010 @ 04:34 PM | in 1.0

The application crashes when we try to delete a node in production using Sphinx because "search.pid" is not readable.

We need to fix rake/capistrano tasks to ensure that searchd.pid is world readable.

If you need to delete node without version:

mysql> select nodes.id, name from nodes left join versions on versions.node_id = nodes.id where versions.id is null;
mysql> delete nodes where id = xxxxx;

Another fix: transactions !

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Anyone knows how to use formatting here ?

Git repository: http://github.com/zena

Official website: http://zenadmin.org

Shared Ticket Bins

People watching this ticket

Pages