バージョン
- 9.5
- 9.4
- 9.3
- 9.2
- 9.1
- 9.0
- 8.19
- 8.18
- 8.17
- 8.16
- 8.15
- 8.14
- 8.13
- 8.12
- 8.11
- 8.10
- 8.9
- 8.8
- 8.7
- 8.6
- 8.5
- 8.4
- 8.3
- 8.2
- 8.1
- 8.0
- 7.21
- 7.20
- 7.18
- 7.19
- 7.17
- 7.16
- 7.15
- 7.14
- 7.13
- 7.12
- 7.11
- 7.10
- 7.9
- 7.8
- 7.7
- 7.6
- 7.5
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 6.10
- 6.9
- 6.8
- 6.7
- 6.6
- 6.5
- 6.4
- 6.3
- 6.2
- 6.1
- 6.0
- 5.16
- 5.15
- 5.14
- 5.13
- 5.12
- 5.11
- 5.10
- 5.9
- 5.8
- 5.7
- 5.6
- 5.5
- 5.4
- 5.3
- 5.2
- 5.1
- 5.0
- すべて表示
Bitbucket Data Center を Azure で管理する
Azure で Bitbucket Data Center の使用を開始する
このページの内容
関連コンテンツ
- Getting started with Bitbucket Data Center in Azure
- Bitbucket Data Center in AWS
- How to migrate Bitbucket Server and Data Center to Docker container
- Administering Bitbucket Server in AWS
- Bitbucket Data Center requirements
- Use an Elasticsearch cluster with Bitbucket Data Center
- Adding cluster nodes to Bitbucket Data Center
- Using Bitbucket Server DIY Backup in AWS
- Bitbucket Data Center
- Clustering with Bitbucket Data Center
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.
関連コンテンツ
- Getting started with Bitbucket Data Center in Azure
- Bitbucket Data Center in AWS
- How to migrate Bitbucket Server and Data Center to Docker container
- Administering Bitbucket Server in AWS
- Bitbucket Data Center requirements
- Use an Elasticsearch cluster with Bitbucket Data Center
- Adding cluster nodes to Bitbucket Data Center
- Using Bitbucket Server DIY Backup in AWS
- Bitbucket Data Center
- Clustering with Bitbucket Data Center