How To Clean "Global DB Logs/Data"?

Hello,

I’m big fan of easyengine. But, Now a days i’m having problem with v4.
/var/lib/docker/volumes/global-db_db_logs/_data
This directory eating my diskspace. When i’ve tried to remove manually those directory logs. My site was crashed :frowning: Now, Again i’ve restore from backup and same things repeating. Anyone please tell me how to clean these logs?

Comment out all the lines on

/var/lib/docker/volumes/global-db_db_conf/_data/conf.d/ee.cnf

and only the log_bin, log_bin_index, expire_logs_days, max_binlog_size from

/var/lib/docker/volumes/global-db_db_conf/_data/my.cnf

Also, Journal logs may be eating your disk space. Check the disk usage in the folder:

/var/log/journal

delete everything from the above folder and Go to

/etc/systemd/journald.conf

and set SystemMaxUse=50M (Don’t forget to remove # in front).