kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Version compatibility <kuzu database storage version> #147

Closed engapa closed 3 months ago

engapa commented 3 months ago

Today I tries to use explorer with a database created with kuzu_0.4.1 in python, but sadly I got this error starting the explorer:

[Error: Runtime exception: Trying to read a database file with a different version. Database file version: 27, Current build storage version: 26]

mewim commented 3 months ago

Hi @engapa, it seems that you are using an older version of Explorer, can you try to pull the latest version with docker pull kuzudb/explorer:latest?

engapa commented 3 months ago

yep, my mistake using wrong commitish ....

Could you use tags and releases in this repo to map both projects ?

mewim commented 3 months ago

We do have version tags for Explorer: https://hub.docker.com/r/kuzudb/explorer/tags

So you could do something like docker run -p 8000:8000 --rm kuzudb/explorer:0.4.1.