Hi! > Before upgrading, export all existing databases using the old v0.9 > mdb_dump utility, then import them with the new v1.0 mdb_load after > upgrading. There is no support for opening v0.9 database files > directly with LMDB 1.0. > > Example migration procedure: > # mdb_dump -a /path/to/db > /tmp/mydb.dump > # pkg upgrade databases/lmdb > # mdb_load -f /tmp/mydb.dump /path/to/newdb > <snip>
One can probably extract the old mdb_dump from the old package under some directory and use it after the upgrade as well ? Has someone tested this ? -- [email protected] +49 171 3101372 Now what ?
