How to find the license key in the Bitbucket Server database
目的
As a Bitbucket Server administrator you may have need to locate the license key currently in use on your Bitbucket Server instance.
ソリューション
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.
最終更新日: 2017 年 10 月 6 日
Powered by Confluence and Scroll Viewport.