Hi, I’ve created a database using v3.2103.2
, then I tried to use the badger
cli tool as described here Get started —, like this:
$ go install github.com/dgraph-io/badger/badger@latest
$ badger info --dir=/path/to/db
But I get this error: Error: failed to print information in MANIFEST file: manifest has unsupported version: 8 (we support 4).
Any help is very welcome