1
0
mirror of synced 2026-02-01 03:01:50 -05:00

Merge pull request #26140 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-06-21 07:58:53 -07:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
--smb-user SMB-USER
# Use the following option if you're using AWS S3 as your blob storage provider
--aws-bucket-name AWS-BUCKET-NAME
# Use the following option if you are running a Bitbucket Data Center cluster or your Bitbucket Server is behind a load balancer
--archive-download-host ARCHIVE-DOWNLOAD-HOST
```
{% data reusables.enterprise-migration-tool.placeholder-table %}
@@ -142,6 +144,7 @@ gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
{% data reusables.enterprise-migration-tool.path-to-key-placeholder %}
{% data reusables.enterprise-migration-tool.smb-user-placeholder %}
{% data reusables.enterprise-migration-tool.aws-bucket-name-placeholder %}
{% data reusables.enterprise-migration-tool.archive-download-host-placeholder %}
{% note %}
@@ -221,6 +224,8 @@ gh bbs2gh generate-script --bbs-server-url BBS-SERVER-URL \
--ssh-user SSH-USER --ssh-private-key PATH-TO-KEY
# Use the following options if your Bitbucket Server instance runs on Windows
--smb-user SMB-USER
# Use the following option if you are running a Bitbucket Data Center cluster or your Bitbucket Server is behind a load balancer
--archive-download-host ARCHIVE-DOWNLOAD-HOST
```
{% data reusables.enterprise-migration-tool.download-migration-logs-flag %}
@@ -232,6 +237,7 @@ gh bbs2gh generate-script --bbs-server-url BBS-SERVER-URL \
{% data reusables.enterprise-migration-tool.ssh-user-placeholder %}
{% data reusables.enterprise-migration-tool.path-to-key-placeholder %}
{% data reusables.enterprise-migration-tool.smb-user-placeholder %}
{% data reusables.enterprise-migration-tool.archive-download-host-placeholder %}
### Reviewing the migration script

View File

@@ -0,0 +1 @@
ARCHIVE-DOWNLOAD-HOST | The host to use to connect to the Bitbucket Server/Data Center instance via SSH or SMB. You only need to specify this if you are running a [Bitbucket Data Center cluster](https://confluence.atlassian.com/bitbucketserver/set-up-a-bitbucket-data-center-cluster-996641208.html) or your Bitbucket Server is behind a load balancer.