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: 

Jira restart issue was caused by a file system full. lot of space is used by snapshots

Deleted user
July 8, 2019

Jira restart issue

The restart issue was caused by a file system full. lot of space is used by the snapshots and and we removed the useless ones. instance working for now.

is there a function which can return us the free space?

Goal is to be able to monitor the snapshot used space to avoid the file system Full situation in the future ?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Steven F Behnke
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.
July 9, 2019

The backups are being created by a service named Backup Service. You can adjust this to your needs. If you do filesystem and database backups externally, you may find these backups unnecessary and turn it off.

The ExportService class doesn't do anything to stop backups due to size nor remove old backups. You can write a cron job or windows service to manage this externally, or you can write a new java class and register it as a service in jira, to manage the backups from within Jira. 

image.png

There is a Free Space health check in Jira, but this only handles double what the index size is and is not adjustable. You can and should be monitoring your free disk space with external tools.

TAGS
AUG Leaders

Atlassian Community Events