google / leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BSD 3-Clause "New" or "Revised" License
35.71k stars 7.72k forks source link

Incompatibility when upgrading 1.20 -> 1.22 #1157

Open mattiasmelin opened 7 months ago

mattiasmelin commented 7 months ago

I am upgrading level db in a fork of https://github.com/Level/classic-level and when I start my application I get [Error: Corruption: corrupted compressed block contents] { code: 'LEVEL_CORRUPTION' } Are there any things to think about when upgrading leveldb?