You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ init_diagram: |
145
145
"nextcloud:latest" <- Base Images
146
146
# changelog
147
147
changelogs:
148
+
- {date: "01.06.26:", desc: "Automated `occ` maintenance tasks on container start. Non time critical cron tasks run daily between 01:00 and 05:00 UTC."}
148
149
- {date: "10.07.25:", desc: "Rebase to Alpine 3.22."}
149
150
- {date: "12.02.25:", desc: "Rebase to Alpine 3.21."}
150
151
- {date: "09.01.25:", desc: "Fix uploading large files. Existing users should update their nginx confs."}
# Run maintenance steps, this also fixes warnings in the admin panel
143
+
occ db:add-missing-indices
144
+
occ maintenance:repair --include-expensive
138
145
else
139
146
echo "After completing the web-based installer, restart the Nextcloud container to apply default memory caching and transactional file locking configurations."
140
147
echo "Alternatively, you can apply your own configurations by editing /config/www/nextcloud/config/config.php following the documentation:"
0 commit comments