pouchdb-community / pouchdb-dump-cli

Command-line tool for dumping a CouchDB/PouchDB database to a file
Apache License 2.0
84 stars 20 forks source link

2.0.6 fails to dump any couchdb #19

Open mikeymckay opened 7 years ago

mikeymckay commented 7 years ago

{"version":"1.2.9","db_type":"http","start_time":"2017-06-12T19:21:25.665Z","db_info":{"db_name":"ceshhar-init","doc_count":9,"doc_del_count":1,"update_seq":12,"purge_seq":0,"compact_running":false,"disk_size":5509231,"data_size":5419807,"instance_start_time":"1497266954301576","disk_format_version":6,"committed_update_seq":12,"host":"http://localhost:5984/ceshhar-init/","auto_compaction":false,"adapter":"http"}} db.type() is deprecated and will be removed in a future version of PouchDB db.type() is deprecated and will be removed in a future version of PouchDB unexpected error { [Error] result: { ok: false, start_time: Mon Jun 12 2017 22:21:25 GMT+0300 (EAT), docs_read: 0, docs_written: 0, doc_write_failures: 0, errors: [], status: 'aborting', end_time: Mon Jun 12 2017 22:21:25 GMT+0300 (EAT), last_seq: 0 } } undefined

Rolling back to 2.0.0 seems to work fine.

ryanramage commented 7 years ago

I can confirm downgrading to 2.0.0 solved similar issues for me.

MichaelBoselowitz commented 6 years ago

Ran into the same issue. Downgrading to 2.0.5 worked for me.