Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I locate the Database size of my Jira instance

Dave Hattig
Contributor
October 15, 2020

How do I locate the Database size of my Jira server instance?

Thank you

1 answer

1 accepted

2 votes
Answer accepted
Stephen Garber
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.
October 15, 2020

You can run a command from the DB console to get the size of the database.

Here's an example for postgres:

SELECT pg_size_pretty( pg_database_size('jira') );

 

Alternatively, the Jira System info page will tell you the db name and location.

(System -> System Info)

From here you log in to the database server and run a command to see the database size.

Suggest an answer

Log in or Sign up to answer