简体   繁体   中英

Azure DevOps Database backups w/ Git Repository

If we are using git for source control with an Azure DevOps server, what exactly is being backed up when you back up the database? In other words, since Git is file-based, does the database for a project somehow contain the repository itself as well or just other project data only?

On the server, there is one significant change to be aware of. Files aren't stored on the file system like they would be when git is running on your local machine. Instead, they're stored in the Azure DevOps Server SQL Server database. Apart from that, it's the same as any other git server out there.

If you will login to Azure DevOps Server SQL DB you will see tbl_GitRepository table.

在此处输入图片说明

More useful information you can find here .

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