Hallo zusammen,
ich betreibe nun seit ca. einem halben Jahr meine Nextcloud auf einem RaspberryPi 4 8GB.
Heute fiel mir beim Durchsehen der Einstellungen auf, dass die Hintergrundaufgaben nicht mehr ausgeführt werden.
Die cron.php liegt in folgendem Verzwichnis:
Code
root@Andi-rb4b01:/home/andi# ls /var/www/nextcloud/
3rdparty console.php data occ public.php status.php
apps COPYING index.html ocm-provider remote.php themes
AUTHORS core index.php ocs resources updater
config cron.php lib ocs-provider robots.txt version.php
Mit crontab -e hab ich die crontab editiert:
Code
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
*/5 * * * * sudo -u www-data php /var/www/nextcloud/cron.php
Display More
Bisher hat es auch funktioniert...und jetzt (wann das JETZT ist, weiß ich natürlich erst mal nicht genau) funktioniert es nicht mehr.
Hat da jemand eine Idee?
Als Info:
PHP 7.3.29
mysql 10.3.31
Nextcloud 21.0.5