Page 1 of 1

Call_Log.MYD

PostPosted: Thu Mar 21, 2019 5:09 am
by hansg
Hi Guys,

Quick question...

Is it safe to delete the following files:

/var/lib/mysql/asterisk/Call_Log.MYD
/var/lib/mysql/asterisk/vicidial_dial_log.MYD
/var/lib/mysql/asterisk/call_log.MYI

They are huge files and I could be doing with some extra space.

Re: Call_Log.MYD

PostPosted: Thu Mar 21, 2019 7:46 am
by omarrodriguezt
Hello,

Is not safe to remove those files.
/var/lib/mysql/asterisk/Call_Log.MYD
/var/lib/mysql/asterisk/vicidial_dial_log.MYD
/var/lib/mysql/asterisk/call_log.MYI

I suggest to enable this cron:
### roll call_log and vicidial_log_extended daily on very high-volume dialing sy stems
#20 1 * * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl --daily

or if you dont need the information that is located in those tables, delete the records and them optimize the data base.