Is it okay to delete the rows with filename "field_name/image_processed" in the files table? I deleted some to test and it doesn't seem to cause any side effects, but just making sure. It also seems that if you delete an image, the image_processed row doesn't get deleted with it.

Comments

grandcat’s picture

Status: Active » Fixed

The "image_processed" entries will be deleted by cron one day later. So you don't have to remove them manually.
You only should run cron periodically.

Platinum’s picture

Ah ok, didn't know that. I had previously tried running cron manually, but nothing happened, didn't know it'll do it daily. Thanks for your quick reply.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.