-
-
Notifications
You must be signed in to change notification settings - Fork 111
Switch down from mdbx v0.10.5 to v0.10.1 caused error #238
Comments
This is not a bug, but the feature... Unfortunately, the
This cannot be fixed, as it requires fixing past versions, which as a result we will get already existing |
@AskAlexSharov, any ideas are welcome. |
|
Basically, seems just the single solution - don't mix new and old versions since |
How? (I mean - we don't control our installations, users can downgrade us). By storing last used MDBX version outside of mdbx and check it before open db? |
I will change the DB format' signature and release version 0.11:
|
love it |
Looks like signature update doesn't happen when switching to new version |
Sorry, I didn't finish the work but I closed this issue by mistake. |
it works |
In next scenario:
db 40Kb: db.zip
I can reproduce it easily.
(FYI: i used a bit patched v0.10.1 - to increase MDBX_READERS_LIMIT: erigontech/mdbx-go@v0.19.0...v0.19.2)
The text was updated successfully, but these errors were encountered: