Our users like Confluence! They want to put everything in there, including PDFs and images. Sometimes these attachments are bigger than the default 10MB limit. Besides making the DB larger, what is the drawback to increasing the attachment size limit?
Adding attachments does not have to make the DB much bigger. References to attachments are stored in the database (in the ATTACHMENTS table), but the data for the attachments themselves can be stored in either the database or in the file system. I would go with filesystem for most use cases.
Go to the main Administration panel and click "Attachment Storage". Click the Edit button, and then select "Locally in Confluence home directory".
So, in that scenario, the only downside I can think of is just network usage since storage space is neglible.
hth,
matt
Sorry, I should have made it clearer that I am currently storing attachments in the DB. Sounds like that's not a good idea, though, if we are going to be putting big files in there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.