Page MenuHomePhabricator

Create Job to clean out rows from utterance table with missing files in file backend
Closed, DeclinedPublic6 Estimated Story Points

Description

One off/manual triggered job that iterate all rows in table and ensures that related files exists in database.
If files is missing, allow to either remove row from database or execute resynthesis to recreate files.

Event Timeline

kalle created this task.
Lokal_Profil renamed this task from Clean out rows from utterance table with missing files in file backend to Create Job to clean out rows from utterance table with missing files in file backend.Jun 11 2020, 8:39 AM
Lokal_Profil set the point value for this task to 6.Jun 25 2020, 9:37 AM

This will not occur if you flush out utterances the way you should. It will only occur if you manually delete files from the FSBackend, something that really only happens in development enviornments.