如何从失败的“sqitch check”中获取更多信息

问题描述

我是 sqitch 的新手,我创建了一个测试区来玩。

我的 sqitch 计划非常基本:

(astroconda) [ariel:0 sqitch-test]$ cat sqitch.conf
[core]
        engine = pg
        # plan_file = sqitch.plan
        # top_dir = .
 [engine "pg"]
        target = db:pg://oberon.xxx.xxx/sqitch-test
        # registry = sqitch
        # client = psql
[target "production"]
        uri = db:pg://titania.xxx.xxx/sqitch-test

(astroconda) [ariel:0 sqitch-test]$

squit 验证表明我很好:

(astroconda) [ariel:0 sqitch-test]$ sqitch verify
Verifying db:pg://oberon.xxx.xxx/sqitch-test
  * q3c .. ok
Verify successful
(astroconda) [ariel:0 sqitch-test]$

但是sqitch 检查显示错误。但是我不确定我是如何找到更多信息的 我有什么错误。手册似乎没有说明如何获取更多信息。

(astroconda) [ariel:0 sqitch-test]$ sqitch check
Checking db:pg://oberon.xxx.xxx/sqitch-test
Script signatures diverge at change q3c
Failed one check
(astroconda) [ariel:0 sqitch-test]$

诚然,这只是练习设置,但我想弄清楚如何正确调试我做错的地方,即 sqitch 检查显示检查失败。有什么建议吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...