简体   繁体   English

在Rails部署期间“来自存储引擎的错误28”

[英]“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? 怎么样?

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). 检查df -h的结果,看看你的文件系统是否空间不足(特别是/ tmp)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM