0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Rails production環境で Mysql2::Error: Disk full が出たときの対処

0
Posted at

エラー内容

ある日、production環境で以下のようなDisk fullエラーが出ました。

Mysql2::Error: Disk full (/tmp/#sql_253_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device"):

ログがたまりすぎてディスク容量がいっぱいエラーなので、以下のコマンド実行で解決。

解決法

bundle exec rails log:clear

ログローテション設定しないと。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?