-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Weird Docker Setup #372
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
|
This is what I have set :) |
Then you see why it doesn't delete things. Closing |
doesn't answer my question - my storage is full and nextcloud should be deleting files if I have the setting above |
Eventually figured out that its a bug with nextcloud. It does not use the physical storage space to calculate available space and the user must have a quota set (even if they are the only user). Recycle bin will not automatically empty when low on space if set on unlimited. Regarding the original question of my ticket, can you assist with the following? cron location should be /config/www/nextcloud/ however, apparently mine is: /app/www/public/cron.php Is that correct and safe? |
The cron location moved when we made a significant change to the image around the release of NextCloud 27.x
|
Is there an existing issue for this?
Current Behavior
cron location should be /config/www/nextcloud/ however, apparently mine is:
/app/www/public/cron.php
Expected Behavior
In nextcloud admin interface, it says the cron is running fine however, I'm noticing that the trashbin isnt being emptied automatically (should be called by the cron). Upon checking my cron location, it wasn't in the normal place.
/var/lib/docker/volumes/nextcloudcfg/_data/crontabs# cat root
do daily/weekly/monthly maintenance
min hour day month weekday command
*/15 * * * * run-parts /etc/periodic/15min
0 * * * * run-parts /etc/periodic/hourly
0 2 * * * run-parts /etc/periodic/daily
0 3 * * 6 run-parts /etc/periodic/weekly
0 5 1 * * run-parts /etc/periodic/monthly
nextcloud cron
*/5 * * * * s6-setuidgid abc php -f /app/www/public/cron.php
Seems to be in a "public" folder - is this normal?
the folder also contains:
Steps To Reproduce
Screenshot of config from portainer:
Environment
CPU architecture
x86-64
Docker creation
ngl I can't even remember at this point - included screenshots above of portainer gui
Container logs
The text was updated successfully, but these errors were encountered: