I had the 'delete campaign delivery logs' option set to 'no' for a long time, and the log size got pretty big:
I changed it to 'yes' in the backend and waited 24 hrs but the size did not change, and it definitely should have deleted 95% of it if it's only gonna keep 5 days or even 30 days.
I ran the command to see what's going on:
The campaigns have all finished sending long ago and they are not autoresponders. how can I fix this? Thank you.
Bash:
5.7G /var/lib/mysql/mailwizz/mw_campaign_delivery_log.ibd
I changed it to 'yes' in the backend and waited 24 hrs but the size did not change, and it definitely should have deleted 95% of it if it's only gonna keep 5 days or even 30 days.
I ran the command to see what's going on:
Bash:
~]$ /usr/bin/php -q /var/www/html/apps/console/console.php delete-campaign-delivery-logs --verbose=1
] - Loading 50 campaigns to delete their delivery logs...
] - No campaign found for deleting its delivery logs!
] - Done!
The campaigns have all finished sending long ago and they are not autoresponders. how can I fix this? Thank you.