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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.