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.