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
The uploads directory will accumulate files forever, even if the file is not
used any more.
One way to fix this is a vacuum script that would be run from CRON.
This would remove any files that are not in the files table, and report any
files that exist but are not in the table.
Original issue reported on code.google.com by [email protected] on 7 Oct 2011 at 11:20
The text was updated successfully, but these errors were encountered:
Another way to prevent this situation, is to hook into the delete method of the
file object and remove the file from the filesystem as well. This prevents the
accumulation of orphan files. Will look into this.
Original issue reported on code.google.com by
[email protected]
on 7 Oct 2011 at 11:20The text was updated successfully, but these errors were encountered: