Last job execution ran an hour ago. Something seems wrong.
this is the cronjob of the user throw SSH
Any suggestions ?
Note:
It was working before, very well, IDK what happened.
Last job execution ran an hour ago. Something seems wrong.
this is the cronjob of the user throw SSH
Any suggestions ?
Note:
It was working before, very well, IDK what happened.
my Backend Template PHP-FPM
php-8_2
The cron job should normally run under the user which is used to run the web server, e.g. www-data or wwwrun, etc. Yours is running under the user “nayef”, is this correct?
The system job execution is usually outside of Nextclouds responsibility. You should check your server logs to see if the provided information is correct and maybe find-put what went wrong.
Nevertheless you can also check the Nextcloud log file, so see if any error appeared during the job execution itself.
root@admin:/home/nayef/web/*****/public_html/data# sudo -u nayef php -f /home/nayef/web/****/public_html/cron.php --define apc.enable_cli=1
OCP\HintException: [0]: Memcache OC\Memcache\Redis not available for distributed cache (Is the matching PHP module installed and enabled?)
It appears that the PHP version you have installed for the command line may not have the Redis extension enabled.
Has anything recently changed with this server? Any updates?
Does php -i | grep -i redis
show anything Redis related in the output?
What OS distribution?