I have an asterisk PBX that has call recordings stored in a SQL database table.
This table has 9199 rows and is consuming 21GB on my server. I want to dump the data in this table to restore space on the server. I also only have 2GB of space left on my server. So could someone please help me with the following:
- Is there an issue if I start to flush the table with only 2GB of space on my disk?
- What would be the best command to use to flush this table?