danb35
Hall of Famer
- Joined
- Aug 16, 2011
- Messages
- 15,504
Here's the output in a freshly-created jail:I don't see that job created by default when the jail is created.
Code:
root@nextcloud:~ # crontab -u www -l */5 * * * * /usr/local/bin/php -f /usr/local/www/nextcloud/cron.php
The script is supposed to create this crontab, and at least for me, it does.
I wasn't able to get it working with pgsql15; the issue seems to be (at least in part) that the PHP extension depends on the pgsql13 client. Updating the script to install pgsql13 (and to start it using the data13 directory) results in a working installation. I'll have the updated script in the repo hopefully this afternoon.Changing the script to install pgsql15 (and remove the -q flag) and re-running it; let's see what this does.