@Sc00by wrote:
Hi
My server is currently backing up a 2GB CDR database with about 4yrs of data, I would like to delete 2013 and older
Before I do anything, I would like to check that the below is still the safest way to clear out the CDR table
SSH to the server.
mysql
use asteriskcdrdb;
DELETE from cdr WHERE calldate < '2014-01-01 00:00:00';The above should delete anything older than the 1st Jan 2014?
I am running 2.11 - Asterisk 11 64-bit
Posts: 2
Participants: 1