After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs:
appwrite-worker-stats-resources | 2025-10-26T10:32:38.289577112Z Failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sourceSize' in 'field list'
Can someone help me understanding that error?
TL;DR
Title: Unknown column 'sourceSize' in 'field list'
Developers migrated from 1.6.1 to 1.7.4 and encountered the error message: `Failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sourceSize' in 'field list'` in the logs.
Solution: The error indicates a missing column in the database. Developers should check the database schema and make sure the 'sourceSize' column is properly defined in the new version (1.7.4) of the application.