Forums

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

how to calculate total size of jira including db

shivani_shirguppi October 10, 2024

 

how to calculate total size of jira including db

1 answer

0 votes
Charlie Misonne
Community Champion
October 10, 2024

You can calculate the size of 3 things:

  • Jira install directory
  • Jira home directory
  • Database.
    This really depends on you DB type. For postgreSQL you could use:
    SELECT pg_size_pretty( pg_database_size('<jiradbname>') );

     

Can I ask what you need this for?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events