“来自存储引擎的错误28” Rails 部署期间
我一直部署得很好,没有任何问题。今天我收到这个错误...
rake aborted!
Mysql::Error: Got error 28 from storage engine: describe active_admin_comments
为什么?如何?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的部署服务器上的磁盘空间可能不足。检查 df -h 的结果,看看是否有任何文件系统空间不足(尤其是 /tmp)。
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).