vtiger
vtiger copied to clipboard
Implement Disable CronJob
Implement Disable CronJob
Hello @francescobianco I really appreciate for this project that you maintain, but how to re-enable the cronjob? Thanks.
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
The ENV is implemented in the robust branch.
@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