All cronjob are gone on a freshly 1.9.2 installation

Hi everyone,

After installing a fresh version 1.9.2 in my staging environment and after fixing an issue related to the apparmor profile (following your commit a78eb65), I ran into another problem. When I tried creating an additional cron job, it seems that no cron jobs were created at all after the fresh installation (see the attached screenshot below):

Could you help me understand what might be happening here?

Also, is there a new release of 1.9.3 coming soon?

Thanks in advance!

It got moved to Server settings → Panel Cronjobs

Because the “admin” users doesn’t get sudo permission anymore

1 Like

I have problem after add crons. The reason is that when cron runs, it asks for a password :))

echo "hestiaweb ALL=(ALL) NOPASSWD: /usr/local/hestia/bin/*" | sudo tee -a /etc/sudoers.d/hestiaweb
echo "admin ALL=(ALL) NOPASSWD: /usr/local/hestia/bin/*" | sudo tee -a /etc/sudoers.d/admin

Thanks @eris

echo “admin ALL=(ALL) NOPASSWD: /usr/local/hestia/bin/*” | sudo tee -a /etc/sudoers.d/admin

Admin user shouldn’t be required

Hestiaweb should be added during install…