LoginSignup
1
2

More than 5 years have passed since last update.

Bitbucket Serverバックアップ手順

Last updated at Posted at 2016-12-13

環境

CentOS 7.2.1511
Atlassian Bitbucket v4.10.1
bitbucket-backup-distribution-3.3.1.zip

マニュアル
https://confluence.atlassian.com/bitbucketserver/using-the-bitbucket-server-backup-client-776640064.html


いくつか方法があるようです。今回は Bitbucket Server Backup Client でやってみます。

  • Bitbucket Server Backup Client
  • Bitbucket Server DIY Backup
  • Bitbucket zero downtime backup
  1. ダウンロード https://marketplace.atlassian.com/plugins/com.atlassian.stash.backup.client/server/overview
  2. Bitbucket Server にコピー
  3. 解凍
sudo -s
yum install unzip
unzip bitbucket-backup-distribution-3.3.1.zip

4.実行。xxx部分などは修正して実行します。

cd bitbucket-backup-client-3.3.1/
java -Dbitbucket.password="xxx" -Dbitbucket.user="xxx" -Dbitbucket.baseUrl="http://localhost:7990" -Dbitbucket.home=/var/atlassian/application-data/bitbucket -Dbackup.home=/home/xxx/backup -jar bitbucket-backup-client.jar 

以上です。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2