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

OpenError: Invalid argument: idb_cmp1 does not match existing comparator : leveldb.BytewiseComparator #21

Open shaipai2 opened 6 years ago

shaipai2 commented 6 years ago

Hi, I store data in pouchdb using javascript from the html pages. Once the data is stored from the browser, I would like to dump it using "pouchdb-dump /path/to/my/db > dump.txt". When I do this, I get an error "OpenError: Invalid argument: idb_cmp1 does not match existing comparator : leveldb.BytewiseComparator".

Would appreciate any help resolving this.