Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: laravel.log 48Gb #3578

Closed
DCRalph opened this issue Sep 26, 2024 · 3 comments
Closed

[Bug]: laravel.log 48Gb #3578

DCRalph opened this issue Sep 26, 2024 · 3 comments

Comments

@DCRalph
Copy link

DCRalph commented Sep 26, 2024

Error Message and Logs

Server fails to do almost anything because disk is full. laravel.log in this dir /var/lib/docker/overlay2/db14921cf6decb89c5df51eca18453efac32e5f85b3ccdc365b43dc62ece08a1/diff/var/www/html/storage/logs is taking up 48gb after about a month of running with 2 apps.

Steps to Reproduce

  1. Install coolify
  2. setup apps
  3. wait 1 month

Example Repository URL

No response

Coolify Version

cant access dashboard

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04.4 LTS

Additional Information

The apps running were still accessible but the coolify dash was not

@DCRalph DCRalph added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Sep 26, 2024
@DCRalph
Copy link
Author

DCRalph commented Sep 26, 2024

i delete the log file and updated to v4.0.0-beta.343

@nicklascook
Copy link

I had the exact same issue. Fresh VPS, with only a next.js app running for around 1-2 months.

$ sudo df -h
...
overlay          75G  6.4G   66G   9% /var/lib/docker/overlay2/0408ea63d31930e7b12907ce15df1700765f0bdfbc8474382b2514bdd6a03878/merged
overlay          75G  6.4G   66G   9% /var/lib/docker/overlay2/c2c2364e0b48ea29e46b127c49b40bd733b4958525c8cf28e1650c95e4ecc7a6/merged
overlay          75G  6.4G   66G   9% /var/lib/docker/overlay2/93aa0a8135d4763b7c863f7912b98510c468b622d17e41e9003d9ce14e9d474b/merged
...
$ sudo du -sh /var/lib/docker/overlay2/c2c2364e0b48ea29e46b127c49b40bd733b4958525c8cf28e1650c95e4ecc7a6/merged/var/www/html/storage/logs/laravel.log
68G	/var/lib/docker/overlay2/c2c2364e0b48ea29e46b127c49b40bd733b4958525c8cf28e1650c95e4ecc7a6/merged/var/www/html/storage/logs/laravel.log

@DCRalph
Copy link
Author

DCRalph commented Nov 4, 2024

fix is easy as just delete all that crap

@DCRalph DCRalph closed this as completed Nov 4, 2024
@github-actions github-actions bot removed 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants