Skip to content

Commit

Permalink
[DNM] Update Bitbucket Server migration docs to align with CLI change…
Browse files Browse the repository at this point in the history
…s (#38838)

Co-authored-by: Matt Pollard <[email protected]>
  • Loading branch information
timrogers and mattpollard authored Jul 11, 2023
1 parent 372a887 commit 3e6c8c2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ To import your migration archive into {% data variables.product.prodname_dotcom
```shell copy
gh bbs2gh migrate-repo --archive-path ARCHIVE-PATH \
--github-org DESTINATION --github-repo NEW-NAME \
--bbs-server-url BBS-SERVER-URL \
--bbs-project PROJECT \
--bbs-repo CURRENT-NAME \
# Use the following option if you're using AWS S3 as your blob storage provider
--aws-bucket-name AWS-BUCKET-NAME
```
Expand All @@ -200,6 +203,9 @@ gh bbs2gh migrate-repo --archive-path ARCHIVE-PATH \
{% data reusables.enterprise-migration-tool.archive-path-placeholder %}
{% data reusables.enterprise-migration-tool.destination-placeholder %}
{% data reusables.enterprise-migration-tool.new-name-placeholder %}
{% data reusables.enterprise-migration-tool.bbs-server-url-placeholder %}
{% data reusables.enterprise-migration-tool.project-placeholder %}
{% data reusables.enterprise-migration-tool.current-name-placeholder %}
{% data reusables.enterprise-migration-tool.aws-bucket-name-placeholder %}

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

0 comments on commit 3e6c8c2

Please sign in to comment.