Giving HestiaCP a sping after many months… In the latest update I see the Default Admin user is now asked during the installation which is great thing, I had been asking it since VestaCP days.
I frequently install dev/staging servers in which I disable the daily backup crons the first thing after HestiaCP install. With this new update, I now see No Default Cron JOBs by the that I created during install.
I discovered them under a new system user “hestiaweb”
crontab -u hestiaweb -l
But I can’t list or manage the default system crons via hestia CLI
v-list-cron-jobs hestiaweb
or
v-suspend-cron-job hestiaweb 7
gives
Error: user hestiaweb doesn't exist
Basically I need to disable/comment which I’ll now need to do manually
10 05 * * * sudo /usr/local/hestia/bin/v-backup-users
I can’t seem to find the system crons listed anywhere in the WebUI either… they should be displayed and managed inside the WebUI somewhere.
The devs pls provide your insight to this.
Many thanks