How to do backup and rollback in TFS Release Manag

2019-07-30 13:55发布

I am new to TFS hence looking for strategies on how people do backup and rollbacks.

I would imagine it would go like any other release management system where before new release we backup the old one and keep it easy to re-deploy incase of rollback.

My application is a website running on IIS and has SQL databases. Any hints or how you've accomplished it will be helpful. Ideas on the lines of whats Tasks were created, how backups were triggered, and how rollbacks were initiated.

1条回答
够拽才男人
2楼-- · 2019-07-30 14:12

Once you install the Release Management Utility Tasks extension in your account, you’ll see a new task called “Rollback powershell” in the task catalog. For rollback, you’ll need to add this task to the workflow.

Regarding backup, you can add a Powershell task to perform a backup of the original files.

Here is a useful blog for your reference: https://blogs.msdn.microsoft.com/visualstudioalm/2016/03/28/implement-rollback-with-release-management-for-tfs-2015/

查看更多
登录 后发表回答