Changes between Initial Version and Version 1 of Ticket #417
- Timestamp:
- 07/20/10 14:22:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #417 – Description
initial v1 1 1 When a video is deleted from the database the transcoded files remain. This takes up unnecessary space on the server. 2 2 3 Need to ensure that all files associated with the database entry are removed, including from blobstorage and transcoded. 4 5 A minimal solution to this issue could be a script/batch that can be triggered (either via cron or manually) to look for "orphans" in transcoded/blobstorage and then delete them. 6 3 7 Dimo/Mike - please add more details as you need them.
