恢复最近删除的Sofadb文档

时间:2019-08-10 11:11:39

标签: couchdb fauxton

我登录到了ouchDb fauxton UI,选择了一个数据库,然后单击“全选”并删除了文档。有没有办法从用户界面中恢复它们,或者有什么我可以运行的命令可以恢复它们?

1 个答案:

答案 0 :(得分:0)

看看this Stackoverflow post,在答案中您将找到解决方案,如何还原_deleted CouchDB文档。

可以在this blog post regarding "CouchDB restoring deleted/updated documents and their data"中找到另一种解释。