I would like to move all the repositories from our old server (gitblit) to Bitbucket Server for the JIRA integration.
Is there a way to mass-import all the repositories without manually recreating all the projects and repositories and cloning/pushing them again?
Also, is there a way to directly link our JIRA projects with Bitbucket, so I don't need to recreate all the Bitbucket projects? The link has been established, but I can only really see JIRA users.
Thanks!
There is the Stash Importer tool that will help accomplish part of what you're after and reduce some of the manual work.
The command line tool will take a collection of repositories on disk, create the project/repositories and then push them to Bitbucket Server. It can do this iteratively so you can refine the project/repo names for each on-disk repository. You'll need to have a clone of all the repositories you'd like to import on the same machine that the script is being run from.
The binary is available at https://bitbucket.org/atlassianlabs/stash-importer/downloads/stash-importer-0.1-distribution.zip
There is a readme file in the binary distribution which explains how to use it.
* A quick search in the Atlassian Marketplace returns nothing for an "gitblit" related add-ons.
Reference: https://www.wildcardcorp.com/blog/migrating-a-lot-of-repositories-to-stash
So I guess your best way here is to create it via the BBSERV API. A quick search in google said something about a company migrating them programatically via scripts, just like this.
Reference: https://www.wildcardcorp.com/blog/migrating-a-lot-of-repositories-to-stash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks to both of you!
I managed to import our projects with a combination of both solutions.
The Stash Importer nicely created the projects and repositories, but failed actually importing those:
Failed to create Stash repository for repository "Something": Failed to create repository "Something" in project "ABC": key not found: cloneUrl
Probably some changes to the API?
Anyway, I then regexed the devil out of the import.list to fit the clone_repos script, which (after a minor alteration) nicely moved all the repositories. I think there's room for improvement (by using bare repos and mirrors), but it worked nicely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad we can help you out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Time to up your Loom game! The new Loom Essentials Certification is here! Show off your skills, learn pro tips, and get officially recognized. Perfect for taking your video messaging to the next level.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.