How to reduce dialer database size by deleting logs
Small, clean database will always perform better than a huge one. In order to see what is the total size of all the databases in the dialer, log in via SSH and run the following command: du -kh /var/lib/mysql To check the size of the asterisk database only, you can run: du -kh /var/lib/mysql/asterisk To […]
How to reduce dialer database size by deleting logs Read More »