Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 20Jan 20 Request to increase the maximum size of the attachment_size field in the database, which stores the size of uploaded files. Currently, when attempting to upload a file larger than 2GB, an error occurs due to exceeding the limit. Please increase this size to at least 5/10GB. Manually changing the field type causes critical errors.
January 20Jan 20 Author Just now, Esther E. said:I thought we did this already? Are you asking about v4 or v5?The same bug exists on both versions.
January 20Jan 20 Just now, PanSevence said:The same bug exists on both versions.I definitely fixed this for v5.
January 20Jan 20 Author 4 minutes ago, Esther E. said:I definitely fixed this for v5.Sorry, it was actually my mistake. I checked it, and on the beta version 11.1, I was able to upload a 3GB file, which was previously a problem. When I reported this issue, the last update was the move to GitHub, and I didn't have knowledge of the status. Could we find out what the maximum attachment size is for version 5? And will this issue be resolved for version 4? Edited January 20Jan 20 by PanSevence
January 20Jan 20 42 minutes ago, PanSevence said:Sorry, it was actually my mistake. I checked it, and on the beta version 11.1, I was able to upload a 3GB file, which was previously a problem. When I reported this issue, the last update was the move to GitHub, and I didn't have knowledge of the status. Could we find out what the maximum attachment size is for version 5? And will this issue be resolved for version 4?INT: ~2 GB (signed column) or ~4 GB (unsigned column).BIGINT: ~9 EB (signed column) or ~18 EB (unsigned column).You’re good for a while. 😹 Edited January 20Jan 20 by teraßyte typo
January 20Jan 20 Author 20 minutes ago, teraßyte said:INT: ~2 GB (signed column) or ~4 GB (unsigned column).BIGINT: ~9 EB (signed column) or ~18 EB (unsigned column).You’re good for a while. 😹I can check that myself, I'm asking what type this field has been updated to...