自动化数据库项目部署
我正在使用 中概述的方法这个问题是为了使用 Hudson 自动化数据库部署。当我从 Visual Studio 中部署项目时,一切正常并且更新目标数据库。当它在 Hudson 中运行时,我收到此警告:“部署警告 TSD01266:源对象 [DBName] 与目标对象版本不同,但目标对象不会更新。” 还有其他人遇到过这个吗?
谢谢!
I'm using the method outlined in this question to automate the database deploy with Hudson. When I deploy the project from within Visual Studio, everything works fine and it updates the target database. When it runs in Hudson, I get this warning: "Deploy warning TSD01266: The source's object [DBName] is different than the target's version of the object but the target object will not be updated."
Has anyone else run into this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两种情况都是同一个数据库吗?您可以使用 Hudson 用户从命令行运行命令吗?
Is it in both cases the same database? Can you run the commands from command line with the Hudson user?