简体   繁体   English

Azure DevOps 代码存储库是否有灾难恢复程序或计划?

[英]Is there a disaster recovery procedure or plan for Azure DevOps code repository?

We are looking for a disaster recovery plan or procedure for the Azure DevOps code repository in case of any emergency.我们正在为 Azure DevOps 代码存储库寻找灾难恢复计划或程序,以防万一。 If there is any request or ticket process?是否有任何请求或票务流程? What is the procedure we need to follow in case our system goes down or code gets corrupted?如果我们的系统出现故障或代码损坏,我们需要遵循什么程序?

Most deletion operations in Azure DevOps are recoverable. Azure DevOps 中的大多数删除操作都是可恢复的。 So the **feature** : Disaster Recovery is not a capability on the product roadmap.所以**feature** :灾难恢复不是产品路线图上的功能。

You can find the discussion here:你可以在这里找到讨论:

https://developercommunity.visualstudio.com/content/problem/838587/disaster-recovery-for-azure-devops.html https://developercommunity.visualstudio.com/content/problem/838587/disaster-recovery-for-azure-devops.html

While the code is perfectly safe on Azure infrastructure, there are cases where a centralized local backup of all projects and repositories is needed.虽然代码在 Azure 基础设施上是完全安全的,但在某些情况下,需要对所有项目和存储库进行集中本地备份。 These might include Corporate Policies, Disaster Recovery and Business Continuity Plans.这些可能包括公司政策、灾难恢复和业务连续性计划。

You can refer below github sample for achieving the similar result if you are looking to download repo for your reference:如果您想下载 repo 以供参考,您可以参考下面的 github 示例以获得类似的结果:

https://github.com/beralves/azure-devops-backup https://github.com/berallves/azure-devops-backup

Alternatively , You can help protect your deployment from data loss by creating a regular schedule of backups for the databases that Azure DevOps Server depends on.或者,您可以通过为 Azure DevOps Server 所依赖的数据库创建定期备份计划来帮助保护您的部署免受数据丢失。

https://docs.microsoft.com/en-us/azure/devops/server/admin/backup/backup-db-architecture?view=azure-devops https://docs.microsoft.com/en-us/azure/devops/server/admin/backup/backup-db-architecture?view=azure-devops

Hope it helps.希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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