I'm facing a migration of Bitbucket (version 6.0.0) to another Bitbucket instance (also version 6.0.0) which is inside a DMZ, so I just CANNOT connect both.
I have up, running & configured several repos inside each Bitbucket and now I want to migrate one single project (repo) from one Bitbucket instace to another, but, as stated above: I just cannot connect in any way from original server to final server.
Is there any possibility to export the repo to an USB and then import on the new one (and preserv all commits and traceability)?
Thanks and warm regards
One solution could be as below.
Clone the repo(with --mirror option) from Bitbucket instance and copy this folder or connect your client machine to the network from where you have access to DMZ.
Here are the detail steps.
Migrating Source Code from one Bitbucket instance to another BB instance which is in DMZ.
let me know how it goes.