Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"error 28 from storage engine" during Rails deployment

I have been deploying fine with no problems. Today I got this error...

rake aborted!
Mysql::Error: Got error 28 from storage engine: describe active_admin_comments

Why? How?

like image 216
leonel Avatar asked Jan 13 '12 19:01

leonel


1 Answers

You might be low on disk space on your deployment server. Check the results from df -h to see if any of your filesystems are low on space (especially /tmp).

like image 142
Nick Colgan Avatar answered Nov 09 '22 06:11

Nick Colgan