Hello,
I have migrated attachment from database to file system on Confluence 5.8.x.
Now I need a query to sum the size (Gb) of all attachment from current version ?
Can I query this now they are on file system ?
Thanks for any help.
Michael
I tried this query:
select sum(filesize) from attachments
But it will take everything from the attachments table such as the other attachments versions. I'm also not sure how you could convert it to GB .
Also: In Confluence 5.8 the attachments are stored in the content table, if I'm not wrong...
By default, Confluence stores attachments in the attachments
directory within the configured Confluence home folder. You can log in to a server and check the size of this directory.
-Mirek
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.