What is the Bitbucket Server ID?
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*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 は、次のようなものです。
Bitbucket を初めてインストールしたときに生成されます
Bitbucket インスタンスの存続期間中は存在します
アップグレード後も存続します
データベースに保持されます
特定のライセンスに固定されることはありません
1 つのクラスタ内のすべてのサーバーで同一です
詳細については 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/licenseSQL データベース クエリ経由でサーバー ID を確認することはできますか?
SELECT * FROM app_property WHERE prop_key = 'server.id';サーバー ID にライセンスを再割り当てする場合のポリシーはどのようなものですか?
There's no need to do this. Once you have a Server ID associated with a license, you can leave it as is.
別のシステムへの再インストールを行う必要がある場合はどうなりますか?
Server ID はデータベースに保持されるため、データベースまたは XML バックアップが新しいシステムに復元されたタイミングでインスタンスとともに移動します。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.
この内容はお役に立ちましたか?