realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1.01k stars 152 forks source link

Add file format upgrades to AFL #2311

Open finnschiermer opened 7 years ago

finnschiermer commented 7 years ago

This is going to be a annoying but valuable. We'll need to keep some older golden version of Core around, which we can call to generate realm files with random contents, which we can later upgrade to a lter version.

kneth commented 7 years ago

https://github.com/realm/realm-java/issues/3907 reports an issue when upgrading Realm files. So testing upgrade path is important!