Th0mC Looks like your DB has entries for file uploads for which the posts have been deleted - and no longer exist.
Looks like our migration needs more code to avoid this error. All you can do is either wait or go through every row in the flfof_upload_downloads
table and check that their post IDs exist - if not, set the post_id column to NULL.