From 9f0fc966f5c32063a8cd8f614635f0cc17ccf755 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 21 Jun 2023 15:31:22 +0100 Subject: [PATCH] Document `--archive-download-host` for running GEI migrations from Bitbucket Data Center clusters (#38245) Co-authored-by: hubwriter --- ...ries-from-bitbucket-server-to-github-enterprise-cloud.md | 6 ++++++ .../archive-download-host-placeholder.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 data/reusables/enterprise-migration-tool/archive-download-host-placeholder.md diff --git a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md index dd49335a59..34a342e314 100644 --- a/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md +++ b/content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md @@ -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 diff --git a/data/reusables/enterprise-migration-tool/archive-download-host-placeholder.md b/data/reusables/enterprise-migration-tool/archive-download-host-placeholder.md new file mode 100644 index 0000000000..bbd0a0a3ce --- /dev/null +++ b/data/reusables/enterprise-migration-tool/archive-download-host-placeholder.md @@ -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. \ No newline at end of file