couchdb GET _replicator database returns 500

萝らか妹 提交于 2021-01-27 17:50:44

问题


I have a cluster where the _replicator database returns: {"error":"nodedown","reason":"progress not possible"}

All other DBs are good, I don't have any replication beyond the cluster itself. I'd like just recreate the _replicator DB in the cluster since there is nothing to lose, how do I go about doing this?

Extra Background: Originally we had setup the cluster separately and started replicating from a single node instance, recently I removed the replication, upgraded the the single instance to v2.2 and added it as part of the cluster.


回答1:


It happened to me as well, the _replicator DB was corrupted. Issue DELETE to /_replicator and then PUT /_replicator to recreate the DB. Naturally, you will have to recreate the replication jobs.



来源:https://stackoverflow.com/questions/56435102/couchdb-get-replicator-database-returns-500

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!