You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import a db-dump made with "0.4.1480" gets the following error:
The only difference in my project is the change of the datahiek version number.
@awb99 I had this issue the other day in prod. Basically in v0.4 the datoms were backed up as simple edn. The new version expects a binary data type as that is what it emits. Not ideal.
Seems to have been introduce in [#496]. @yflim any possibility of making import backwards compatible?
What version of Datahike are you using?
"0.5.1506"
What version of Java are you using?
java 17.0.3
What operating system are you using?
guix
What database EDN configuration are you using?
{:store {:backend :file
:path "data/datahike-db"}
:keep-history? false}
Describe the bug
Trying to import a db-dump made with "0.4.1480" gets the following error:
The only difference in my project is the change of the datahiek version number.
What is the expected behaviour?
it imports the dump
How can the behaviour be reproduced?
I can share a link with my dump.
The text was updated successfully, but these errors were encountered: