• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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