-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
I am currently working on a Bitbucket Server migration where the export archives are uploaded from the BBS to an Azure Storage account. I am trying to perform the migration with the following command:
gh bbs2gh migrate-repo
--github-org "gh-org"
--github-repo "gh-repo"
--github-pat ***
--bbs-server-url "https://bbs.server.com"
--bbs-project "bbs-project"
--bbs-repo "bbs-repo"
--archive-url "https://storage.blob.core.windows.net/archives/Bitbucket_export_123.tar"
--azure-storage-connection-string ***
--target-repo-visibility "private"
--verboseBut I am getting the following error:
Git archive URL returned a HTTP 409 response. Please make sure that the URL is valid and that the file is accessible","repositoryName":"gh-repo"
Any idea how to setup the --archive-url properly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels