The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Can I compress attachment folder in Jira (6.x)? it has grown large. Or is there a way to selectively remove all old attachment?

Can I compress attachment folder in Jira (6.x)? it has grown large. Or is there a way to selectively remove all old attachment?

sthanu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 20, 2016
 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 20, 2016

JIRA requires full read/write access to a standard directory tree to store and retrieve attachments. 

It does not care if the underlying storage is compressed.  So, you can't just zip/rar/tar up the directory - JIRA won't be aware of how to read within it.  But if you're using a directory mounted on a disk that compresses on the fly and looks like a normal directory tree, it'll be fine (although this storage is too slow for other stuff in JIRA's home directory - if you do go that way, only do it to attachments, not the rest of the home directory)

JIRA also stores data in the database about attachments - if you start deleting old attachments arbitrarily, you'll find the issues they're attached to still try to present them to the user.  This will not make anything fail, other than getting a broken attachment image and an error for the user if they do click on one.  JIRA will happily run everything else fine with broken attachments.  But, ideally, you should delete them properly, within the issues, so all the data is cleaned up.  (Yes, I would use Script Runner to identify and drop old attachments, but there are other approaches - search and delete via the REST API for example)

TAGS
AUG Leaders

Atlassian Community Events