Can I safely remove dbg_entries files? Out of space...

L

luciddrew

Guest
[server] Plesk 10.3x Linux.

I have followed the steps for remiving Customer Business Manager (CBM) here:
http://kb.parallels.com/en/9327

I have two very large files:
/var/lib/mysql/billing/dbg_entries.MYI: 1.8G
/var/lib/mysql/billing/dbg_entries.MYD: 23G


Are these files related to the CBM?
Can I safely remove these files?

Should I command line "rm" these files or should I do it through mysql?


Thanks in advance!

.
 
It sounds like your debug logging has been or was left on for a long long time... log in to CBM as the Admin. Go to All Settings -> Debug Log.

Turn off debugging if its on. Then click Purge debug logs.
 
I have already removed CBM from my server and everything works fine. Can I remove them manually?
 
If you do not need billing database any more, you can safely remove it.
I would advise you to remove the whole database 'billing' using mysql tools instead of removing files on filesystem.
 
Back
Top