更新:我可以从我的Linux 1.6.0 db复制到我的Windows 2.0.0 db - 但不是2.0.0 Windows版本的其他方式或本地。
我试图复制一些couchdb数据库但没有太大成功(本地或远程)。我使用的是2.0.0
在Chrome中,它只是永远运行,但控制台显示错误:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
相同的边缘/ Chrome,错误:
SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR): POST - http://localhost:5984/_replicate
我尝试过多个数据库,即使在创建一个包含一个测试文档的新数据库之后也是如此。我已尝试过“创建目标”和“连续”选项,但这些选项无效。
以上是我上次尝试时来自couchdb.log的信息:
[notice] 2016-12-08T23:52:40.310000Z couchdb@localhost <0.4906.274> ebb6bec9c6 starting new replication `9e9dc106fd455677482ba1d594c547c6+create_target` at <0.5136.274> (`http://0.0.0.0:5984/abcdefg/` -> `http://0.0.0.0:5984/red/`)
[notice] 2016-12-08T23:52:40.312000Z couchdb@localhost <0.5136.274> -------- Retrying GET request to http://0.0.0.0:5984/abcdefg/ in 0.25 seconds due to error {conn_failed,{error,eaddrnotavail}}
[notice] 2016-12-08T23:52:40.571000Z couchdb@localhost <0.5136.274> -------- Retrying GET request to http://0.0.0.0:5984/abcdefg/ in 0.5 seconds due to error {conn_failed,{error,eaddrnotavail}}
[notice] 2016-12-08T23:52:41.087000Z couchdb@localhost <0.5136.274> -------- Retrying GET request to http://0.0.0.0:5984/abcdefg/ in 1.0 seconds due to error {conn_failed,{error,eaddrnotavail}}
[notice] 2016-12-08T23:52:42.104000Z couchdb@localhost <0.5136.274> -------- Retrying GET request to http://0.0.0.0:5984/abcdefg/ in 2.0 seconds due to error {conn_failed,{error,eaddrnotavail}}
我已经尝试将IP更改为机器的IP(而不是将所有0更改为与所有addy绑定的地方)
我可以尝试的任何想法?