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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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