Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

migrating bitbucket server to another server

Rich Byard December 28, 2018

Hi we have bitbucket server installed on a lightsail aws instance, we want to install bitbucket server on another server but with the same data.

Can you help me with the steps i need to take as we have purchased a starter license on the old server.

1 answer

Craig Castle-Mead
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 28, 2018

While the above is absolutely correct (and we’ve done this a number of times), if there’s a small number of repositories/users/groups, and/or, if you want to change some core configuration - day the database backend from mssql to Postgres - then setting up a clean server, building out your users setup, then git provides a very simple process to clone the full repo with all history from your current server, add the new server as a new origin and then push to the new server.

 

CCM

Like Bastian Stehmann likes this

Suggest an answer

Log in or Sign up to answer