Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted Monday at 06:33 PM2 days 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.
Monday at 06:40 PM2 days 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.
Monday at 06:41 PM2 days Just now, PanSevence said:The same bug exists on both versions.I definitely fixed this for v5.
Monday at 06:45 PM2 days 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 Monday at 06:45 PM2 days by PanSevence
Monday at 07:28 PM2 days 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 Monday at 07:29 PM2 days by teraßyte typo
Monday at 07:49 PM2 days 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...