We have a self hosted Enteprise Github server, where our project source code is maintained. Now we are planning to migrate to Bitbucket.
The issue here is Github server does not have a public facing IP only intranet, so how to migrate the code to Bitbucket.
One solution what I can think of is setting up a reverse proxy (load balancer) which has public IP and redirect the request to Gihub that is hosted on premice. In bitbucket, in Import repository option will be providing this public load balancer IP. Will this solution work?
Is there any other approach to solve this problem?
Are you planning to migrate repo content only, or are you also planning to migrate issues, comments, etc.?
If it's just the repos themselves, then you can add bitbucket.org as a remote and push there. Otherwise, though, you'll need to take the reverse proxy approach that you described, and close the proxy port once the import is finished.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.