手动备份 TFS,因为 TFS/Sharepoint 集成已损坏
在我们的 TFS 服务器上进行了不明智的 DCPROMO 以及随后的降级之后,TFS 继续工作,但 SharePoint 集成完全崩溃了。 SharePoint 应用程序池拒绝作为“网络服务”运行,SQLEXPRESS 服务也是如此。除非有某种方法可以解决这个问题(我一直无法找到),否则我想在我们的服务器上完全重新安装 Windows Server 08 和 TFS。但是,在尝试创建备份计划时,我收到了一个错误,该错误与 TFS 由于权限问题而无法访问 MS SQL 相关。我想可靠地手动备份所有 TFS 源代码控制/历史记录(我根本不担心 SP 的东西,我们还没有使用它),然后在重新安装东西后恢复它。这可能吗?
After an ill-advised DCPROMO on our TFS server, and subsequent demotion, TFS continues to work but the SharePoint integration is totally hosed. SharePoint app pool refuses to run as a "Network Service" and so does SQLEXPRESS service. Unless there is some way to fix this, which I have not been able to find, I would like to totally re-install Windows Server 08 and TFS on our server. However, while trying to create a backup plan, I received an error relating to the fact that TFS cannot access MS SQL because of permissions issues. I would like to reliably and manually back up all TFS source control/history (I'm not worried about SP stuff at all, we haven't used it yet) and then restore it after I've re-installed stuff. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您还没有真正使用过 ssrs/sharepoint 等,您应该能够相当轻松地分离任何项目集合,并将其数据库迁移到新服务器。每个项目集合只有一个数据库,通常名为 Tfs_{CollectionName}。将数据库移动到已安装 TFS 的新服务器,恢复数据库并将其附加到管理控制台中。 http://msdn.microsoft.com/en-us/library/dd936138.aspx
否则,最新版本的 TFS Server Power Tools 已在 TFS 管理控制台中添加了一个备份选项卡,该选项卡应该能够帮助您完成备份。 http:// blog.hinshelwood.com/creating-a-backup-in-team-foundation-server-2010-using-the-power-tools/
If you haven't really used ssrs/sharepoint etc you should be able to fairly easily detach any project collections and just migrate their databases to the new server. Each project collection only has one database normally named Tfs_{CollectionName}. The move the database to the new server with TFS already installed on it, restore the databases and attach them in the management console. http://msdn.microsoft.com/en-us/library/dd936138.aspx
Otherwise the recent versions of the TFS Server Power Tools have added a backup tab to the TFS management console which should be able to run you through making a backup. http://blog.hinshelwood.com/creating-a-backup-in-team-foundation-server-2010-using-the-power-tools/