Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e6c8c2

Browse files
timrogersmattpollard
andauthoredJul 11, 2023
[DNM] Update Bitbucket Server migration docs to align with CLI changes (github#38838)
Co-authored-by: Matt Pollard <[email protected]>
1 parent 372a887 commit 3e6c8c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ To import your migration archive into {% data variables.product.prodname_dotcom
192192
```shell copy
193193
gh bbs2gh migrate-repo --archive-path ARCHIVE-PATH \
194194
--github-org DESTINATION --github-repo NEW-NAME \
195+
--bbs-server-url BBS-SERVER-URL \
196+
--bbs-project PROJECT \
197+
--bbs-repo CURRENT-NAME \
195198
# Use the following option if you're using AWS S3 as your blob storage provider
196199
--aws-bucket-name AWS-BUCKET-NAME
197200
```
@@ -200,6 +203,9 @@ gh bbs2gh migrate-repo --archive-path ARCHIVE-PATH \
200203
{% data reusables.enterprise-migration-tool.archive-path-placeholder %}
201204
{% data reusables.enterprise-migration-tool.destination-placeholder %}
202205
{% data reusables.enterprise-migration-tool.new-name-placeholder %}
206+
{% data reusables.enterprise-migration-tool.bbs-server-url-placeholder %}
207+
{% data reusables.enterprise-migration-tool.project-placeholder %}
208+
{% data reusables.enterprise-migration-tool.current-name-placeholder %}
203209
{% data reusables.enterprise-migration-tool.aws-bucket-name-placeholder %}
204210

205211
## Step 6: Validate your migration and check the error log

0 commit comments

Comments
 (0)
Please sign in to comment.