【问题标题】:CouchDB 2.1 /_db_updates respond with "Database does not exist."CouchDB 2.1 /_db_updates 以“数据库不存在”响应。
【发布时间】:2017-11-03 00:18:59
【问题描述】:

这是一个非常奇怪的行为,但是没有像/_db_updates 这样的端点,但是文档证明了它的存在。

CouchDB 由 this guide 安装。

每个主要功能都有效(如 fauxton 仪表板、数据库查询),但 /_db_updates 端点无效。

如果我使用以下命令调用提到的端点:

curl http://<username>:<password>@localhost:5984/_db_updates

我收到以下消息:

{"error":"not_found","reason":"Database does not exist."}.

【问题讨论】:

    标签: couchdb couchdb-2.0


    【解决方案1】:

    我的错误,错误信息误导了我,但我发现,我忘记设置对应的数据库_global_changes

    This guide 可以帮忙。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-07-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-20
      • 1970-01-01
      • 2011-08-17
      相关资源
      最近更新 更多