Jump to content

Featured Replies

Posted

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.

I thought we did this already? Are you asking about v4 or v5?

  • 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.

Just now, PanSevence said:

The same bug exists on both versions.

I definitely fixed this for v5.

  • 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 by PanSevence

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 by teraßyte
typo

  • 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...

Recently Browsing 0

  • No registered users viewing this page.