简体   繁体   中英

Migration Azure DevOps Services on the my DevOps Server

My company needs to migrate Azure DevOps from cloud to server without data loss. In descriptions and instructions, there is only the possibility of transferring to services. Tell me how can I transfer the data to my servers and deploy the service there? Used OpsHub Azure DevOps Migrator, but migration from server not supported.

There is no way from Azure DevOps to self-hosted servers without loss. The official migration tools only work from server to cloud .

Azure DevOps is generally months in advance of Azure DevOps Server and has features on it that don't even exist on Azure DevOps Server. Because of this, the datamodel is perpetually backwards incompatible.

There has been 1 short time period in 2015 when it was possible to move off of the service. I migrations and upgrades I still encounter a few of those and they all have issues with strange edge cases, cause upgrade failures etc.


There are tools that can transfer work items, changesets, git repos, pipelines separately, but they don't transfer without loss and can't transfer everything.

These tools will replay the work item changes, TFVC changesets, package feeds and pipeline artifacts. This may cause data loss, generates new IDs and changes the Creation, Changed and Closed dates etc.

OpsHub Azure DevOps Migrator can migrate between Servers and from Azure DevOps to Azure DevOps Server, but not without data loss.

NkdAgility's Azure DevOps Migration Tools can migrate and sync work items between severs as well as cloud. There's a great hands-on lab .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM