Bitbucket Data Center を Azure で管理する

Once you've deployed Bitbucket Data Center to Azure using the reference deployment template, administering the application is similar to managing an application on your own hardware. The exception being that you'll need to go via the jumpbox to access your nodes, and shared home directory.

ジャンプボックスとノードにアクセスするには、以下が必要です。

  • The SSH credentials you provided during setup.
  • The public DNS name or IP address of your load balancer (you can obtain this through the Azure portal via Menu > Resource groups > <your resource group> > bitbucket-lb-public-ip).
  • The node IP addresses, listed against the bitbucketbbs-nodes (instance n) row in Connected devices. (You can obtain this through the Azure portal via Menu > Resource groups > <your resource group> > bitbucket-vnet).

SSH を介して Azure ジャンプボックスおよびノードへ接続する

以下を使用して、ターミナルまたはコマンド ライン経由でジャンプボックスにアクセスできます。

$ eval $(ssh-agent)
$ ssh-add ~/.ssh/id_rsa
$ ssh -A JUMPBOX_USERNAME@DNS_NAME_OR_IP_ADDRESS_OF_THE_LOAD_BALANCER


ジャンプボックスにアクセスしたら、以下を使用してクラスタ内の任意のノードにアクセスできます。

$ ssh NODE_IP_ADDRESS

設定ファイルにアクセスする

ご利用の Azure デプロイメントでは、独自のハードウェア上のデプロイメントと同じように、bitbucket.properties ファイルの変更が必要となる場合があります。

共有の bitbucket.properties は /var/atlassian/application-data/bitbucket/shared/bitbucket.properties に格納されています。

共有ホームは /var/atlassian/application-data/bitbucket/shared の下の各ノードにマウントされています。 

そのため、既存のノード (SSH 経由でログイン済み) から /var/atlassian/application-data/bitbucket/shared に移動できます。

バックアップ

We recommend you use the Azure native backup facility, which utilizes snapshots to back up your Bitbucket Data Center.

Migrating your existing instance into Azure

We recommend you use the standard options available to migrate data between Bitbucket instances.

最終更新日: 2019 年 1 月 16 日

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

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