how to calculate total size of jira including db
You can calculate the size of 3 things:
SELECT pg_size_pretty( pg_database_size('<jiradbname>') );
Can I ask what you need this for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.