Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nextcloud_docker [2026/04/16 20:16] – deftesprit | nextcloud_docker [2026/04/16 20:27] (current) – [Maintenance] deftesprit | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| +---------+--------+-----+---------+---------+--------+--------------+ | +---------+--------+-----+---------+---------+--------+--------------+ | ||
| </ | </ | ||
| + | \\ | ||
| + | Here are some commands to cleanup storage space. Use this command in your Nextcloud data directory using the Unraid terminal. | ||
| + | Step through each sub-folder to see what is taking up space. | ||
| < | < | ||
| du -sh * | sort -h | du -sh * | sort -h | ||
| + | </ | ||
| + | \\ | ||
| + | Use the following command to delete file uploads that are stuck. Make sure these files are not actively uploading. | ||
| + | < | ||
| rm -f ./* | rm -f ./* | ||
| + | </ | ||
| + | \\ | ||
| + | Here are some additional commands to cleanup space. The first one looks for orphaned entries. The second | ||
| + | one removes file versions. The third one empties all users trash bins. | ||
| + | < | ||
| docker exec -u 99:100 Nextcloud php / | docker exec -u 99:100 Nextcloud php / | ||
| docker exec -u 99:100 Nextcloud php / | docker exec -u 99:100 Nextcloud php / | ||
