[DiscordArchive] Did you clean your crashes, etc? Did you check *where* that data all is?
[DiscordArchive] Did you clean your crashes, etc? Did you check *where* that data all is?
Archived author: Barais • Posted: 2025-03-20T08:23:44.008000+00:00
Original source
Did you clean your crashes, etc? Did you check *where* that data all is?
Archived author: AndersD • Posted: 2025-03-20T08:25:15.580000+00:00
Original source
No not yet, I was trying to pinpoint the size of folders and so on yesterday, but didn't manage to do it (I'm a newb at Linux)
How would I go about cleaning crashes and so on+
Archived author: AndersD • Posted: 2025-03-20T08:48:17.127000+00:00
Original source
I did connect with HeidiSQL, and my whole database is like less than 1GB. So i figure logs aren't stored in the db
Archived author: metallinos • Posted: 2025-03-20T08:57:09.066000+00:00
Original source
Are you using Docker? Docker build cache can gum up your storage fast
Archived author: metallinos • Posted: 2025-03-20T08:57:56.954000+00:00
Original source
Logs are by default not stored in mysql, but it can happen that you get humongous log files. They end up in etc/dist/logs for me
Archived author: AndersD • Posted: 2025-03-20T09:06:36.405000+00:00
Original source
I'll check etc/dist/logs when I am able to.
I used Nirv guide, so i'm running Linux Debian Bookworm, I don't think that has anything to do with docker
I learned a few things so far, but still struggling on the more advanced things.
Archived author: Revision • Posted: 2025-03-20T09:13:45.550000+00:00
Original source
For me, mysql logs builds up fast. Especially if you're doing a lot of stuff that executes sql queries etc.