How to find the license key in the Bitbucket Server database

Still need help?

The Atlassian Community is here for you.

Ask the community

 

Purpose

As a Bitbucket Server administrator you may have need to locate the license key currently in use on your Bitbucket Server instance.

Solution 

While logged into the Bitbucket Database execute the following query
select prop_value as "license_key" from app_property where prop_key = 'license';

*Note that this query was tested against a Postgres database and may need to be altered to match the syntax of your specific database version/vendor.

Last modified on Oct 6, 2017

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.