Question - Crontab Jobs

I have just upgraded to 3.24.0 with no issues and I thought I would just have a check around settings and noticed the Crontab jobs were different to what I had set-up! Now, admittedly I have been running Eramba for some time now and started off on a very early version and over the years I have upgraded.

The new settings in ‘Settings/Crontab’ are below clearly missing the @daily job and the every /10 minute job I have:
@hourly cd /var/www/html/eramba_v2/app/upgrade && bin/cake cron job hourly
@yearly cd /var/www/html/eramba_v2/app/upgrade && bin/cake cron job yearly
** * * * * cd /var/www/html/eramba_v2/app/upgrade && bin/cake queue run -q

My current settings are below:
@hourly cd /var/www/html/eramba_v2/app/upgrade && bin/cake cron job hourly
@daily cd /var/www/html/eramba_v2/app/upgrade && bin/cake cron job daily
@yearly cd /var/www/html/eramba_v2/app/upgrade && bin/cake cron job yearly
*/10 * * * * cd /var/www/html/eramba_v2/app/upgrade && bin/cake queue run -q

Now, do I have to change to the new settings???

Hello,

Good catch. You can update them if you want to but it is not mandatory.
I would recommend migrating to docker as well, you will get rid of such maintenance.