file system full due to logging and backups

AlanR January 21, 2013

JIRA writes logging to configurable places.

JIRA creates backups via a service to a configurable place.

Does JIRA have any mechanism for removing older files or any other way of preventing the file system becoming full?

4 answers

1 accepted

2 votes
Answer accepted
Radu Dumitriu
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 Leaders.
January 21, 2013

How about cron and related ?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 27, 2013

Add that you'd expect an application to do it's own disk space monitoring when that's pretty universally seen as the job of the Operating System and it's monitoring tools. Why do it differently and re-invent the wheel (several times as OS's are different) in each application when you should be using the best solution for your team/site/os across all the servers?

Of course, that's just an opinion, but everywhere I've worked (mostly corporate), there's constant whinging from Operations when applications try to do monitoring separately or differently from everyone else.

AlanR January 27, 2013

Our server administrators won't allow skulker to be used and expect the application to offer this functionality.

We've now scheduled in a job for clearing old files - but I think JIRA could offer this as an option via the Administration GUI.

AlanR January 27, 2013

Nic,

Good point about uniformity and standarisation being easier to achieve when applications don't do this themselves. It's probably swings and roundabouts - what would work well for one organiasation will be annoying to another.

Thanks for your input. I will close this discussion.

0 votes
AlanR January 27, 2013

Our server administrators won't allow skulker to be used and expect the application to offer this functionality.

We've now scheduled in a job for clearing old files - but I think JIRA could offer this as an option via the Administration GUI.

0 votes
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 21, 2013

Hi,

You may want to take a look on the scheduled jobs: https://confluence.atlassian.com/display/DOC/Scheduled+Jobs

Some of them are for cleaning up temporary directories. However, it is always advised to set a separate filesystem usage monitoring to prevent running out of disk space.

Kind regards,

Peter

0 votes
JohnA
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 Leaders.
January 21, 2013

Hi Alan,

I don't think there's any tools in JIRA for that, but I would actually recommend using an Operating System script to manage the content of your file system rather than trying to get JIRA to do the job for you because there will be far better OS level tools for achieveing this.

All the best,
John

Suggest an answer

Log in or Sign up to answer