@ghimes &
@twisted1919 thank you for the info! I've copied my MW installation to a test subdomain and upgraded, it went just as well as it always does. I'm glad MailWizz still looks/feels the same! Feeling confident about upgrading here.
Some final questions about cron jobs.
Here are 3 that
@twisted1919 had setup for me - the autoresponder one he created for me. I wanted to make sure these are all still supported by mailwizz 2.X?
Runs once per day to remove old mutexes that were taking up so many inodes we had an issue.
/apps/console/console.php delete-mutexes >/dev/null 2>&1
Deleting moved subscribers (we do lots of list moving using out of the box actions in MailWizz)
/apps/console/console.php delete-moved-subscribers --list_uid='' --limit=500 --days_back=30
These new variables that were created for us make sure our autoresponders get sent out in a very timely fashion - even when doing large broadcasts. Is this still supported?
/apps/console/console.php send-campaigns --campaigns_type=autoresponder --pcntl_campaigns_parallel=5 --pcntl_subscriber_batches_parallel=2 --list_id=6,22,27,28,29,40,41,15,107,108,105,106 >/dev/null
Thank you! Back to testing...
