mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

Ignore file invalid errors when migrating #203

Closed victorporof closed 3 years ago

victorporof commented 3 years ago

Really there's not much that can be done in this situation. The "easy mode" auto migration should handle this automatically, similarly to how other IoError and UnsuitableEnvironmentPath errors are ignored. The non-auto migration is still available for manual/complex handling of such problems.

victorporof commented 3 years ago

I've added a commit that addresses comments and makes error handling less surprising. It also documents which migration method is suitable for which kind of task to make it easier to pick between them.