What is the Bitbucket Server ID?

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

    

要約

This article aims to answer frequently asked questions about the Bitbucket Server ID.

ソリューション

What causes this Server ID to be generated? Is it tied to the hardware, OS, or Bitbucket instance?

Server ID は、次のようなものです。

  • is generated when you install Bitbucket for the first time
  • exists for the life of the Bitbucket instance
  • アップグレード後も存続します
  • データベースに保持されます
  • is not bound to a specific license
  • 1 つのクラスタ内のすべてのサーバーで同一です

You can read more at the Atlassian Licensing & Purchasing FAQ.

How can I locate my Server ID via the REST API?
curl -u <admin-user> <bitbucket-url>/rest/api/1.0/admin/license
How can I locate my Server ID via a SQL database query?
SELECT * FROM app_property WHERE prop_key = 'server.id';
What's the policy on re-associating licenses with Server IDs?
  • There's no need to do this. Once you have a Server ID associated with a license, you can leave it as is.
別のシステムへの再インストールを行う必要がある場合はどうなりますか?
  • Because the Server ID is held in the database, it travels with the instance when the database or XML backup is restored on the new system. If you would like to change the Server ID on your cloned instance, please refer to the steps outlined in Changing Server ID for Bitbucket Server Cloned Instances.


最終更新日 2023 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.