vtiger icon indicating copy to clipboard operation
vtiger copied to clipboard

Implement Disable CronJob

Open francescobianco opened this issue 4 years ago • 4 comments

Implement Disable CronJob

francescobianco avatar Dec 03 '20 16:12 francescobianco

Hello @francescobianco I really appreciate for this project that you maintain, but how to re-enable the cronjob? Thanks.

imeri avatar Mar 12 '21 14:03 imeri

Hi @imeri Thanks, the idea is use the environment varible VT_SCHEDULER with 1 or '(empty)' to ebable and disable, but please che for pull last images for changes

francescobianco avatar Mar 12 '21 14:03 francescobianco

The ENV is implemented in the robust branch.

imeri avatar Mar 12 '21 15:03 imeri

@francescobianco the robust branch wont start. First is was missing libzip-dev package, once I inserted in the line, I had to disable the update.sh and it went all good.

But after that, the mariadb server wont start.

Starting MariaDB database server: mysqld.
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'vtiger'@'%'
ERROR: Service 'vtiger' failed to build: The command '/bin/sh -c vtiger-install.sh --install-mysql --assert-mysql --dump --remove-mysql && ${LAYER_BREAK}' returned a non-zero code: 1

Thanks

imeri avatar Mar 12 '21 15:03 imeri