Hi,
I wanted to open my Forestdb file using the dump_tool available on the git repository of the Forestdb team,
I extracted the Forestdb file from my Nexus 5 phone using adb backup and I had two files named "db.forest.0" and
"db.forest.meta". I tried to open the first one with the dump_tool and it gave me the error : 'Unable to open db.forest.0'.
I was wondering if I was getting the correct Forestdb file but I guessed it was the right one since in the TestData directory
of the couchbase-lite-iOS git repository it does appear as the same type of file.
Did I miss a step, is there any convertion to be done between db.forest.0 to a certain type of file to be then read by the dump_tool ?
If yes, I wasn't able to find any tool capable of doing that.
Is it possible that my file got corrupted somehow ? I'll join the code from my mainActivity in this discussion and a directory
containing Forestdb files.
Thanks a lot,
Regards,
Alex Chevrier