I was trying to understand why my crontab jobs were not working and tried to run them manually from console directly with
And even tho it seemed to work (no errors were given) it was not doing anything. Based on some other posts I tried running some jobs with the command.php script with
and got this error:
This is preventing me from exporting tables data since is also doens't run the cron jobs for exporting big amounts of data.
HTML Code:
php -f cron.php
HTML Code:
php command.php <command>
HTML Code:
Error: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for espocrm-db failed: Temporary failure in name resolution

Comment