最初我尝试运行迁移时遇到Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
错误,这会更改包含> 9m记录的表的字段类型,我可以通过将DbMigrationsConfiguration.CommandTimeout
值增加到200000来修复(不确定)它测量的单位,假设为ms)。
我看到迁移进展得更进一步,但仍然看起来不够,迁移失败,但错误Object '/XXXX/XXXXX.rem' has been disconnected or does not exist at the server.
不同。
有人可以解释什么是/XXXX/XXXXX.rem
(原始名称没有任何意义,它看起来像GUID)?
以及我如何阻止/XXXX/XXXXX.rem
断开连接以完成迁移。