-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Migrating from Bitbucket to GitHub Enterprise Server #1209
Comments
Hi there 👋 We would like to support migrations to GitHub Enterprise Server (GHES) with GitHub Enterprise Importer ( The changes to the CLI themselves would be simple - as you point out! - but we need to also make changes to GitHub Enterprise Server itself so it can handle and import the data. GitHub does have other options for migrations from Bitbucket Server to GHES which you might want to consider. |
Thank you for the detailed explanation. I wasn't aware of the specific behaviors of GitHub Enterprise Server, especially how they differ from the cloud version. I will explore the migration options you mentioned. 👍 |
Hi There, is there any update on supporting BBS to GHES using gei? I get the following logs: |
👋 @matankatz, There has been no update to this and |
Commenting for support. This would be a great addition to support my organization's move from Bitbucket Server to GitHub Enterprise Server. |
Description
Hello! We are in the process of migrating thousands of repositories from Bitbucket to GitHub Enterprise Cloud. However, due to legal and security reasons, some repositories need to be transferred to GitHub Enterprise Server.
Currently, in bbs2gh, the gh CLI only supports GitHub Enterprise Cloud and github.com as targets.
Is it possible to also include support for GitHub Enterprise Server?
It seems feasible to call the GraphQL API in GitHub Enterprise Server, but it would be really helpful if gh-gei could support this.
Ideal solution
Add support for a --ghes-api-url option in the gh bbs2gh migrate-repo operation.
This might be related to the following code: https://github.com/github/gh-gei/blob/main/src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommand.cs#L215
The text was updated successfully, but these errors were encountered: