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".
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.