git-annex/Upgrade
Joey Hess dc9295017f
v8 upgrade of keys db
Renamed the database to .git/annex/keysdb;
the old .git/annex/keys gets deleted during the upgrade.

It is possible that an old git-annex process is running during the
upgrade. If so, it will be able to continue using the old keys db until the
upgrade is complete, and then will presumably fail in some ugly way. Or
perhaps the upgrade will be unable to delete the open files on some
systems, and so fail with an ugly error message.

It's also possible for multiple processes to be running the upgrade
concurrently. That should be fine; they will both write the same
information into the keys db.

Other databases still need to be upgraded.
2019-11-06 16:16:00 -04:00
..
V5 reorg remaining direct mode code 2019-08-27 14:05:38 -04:00
V0.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V1.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V2.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V3.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V4.hs remove most remnants of direct mode 2019-08-26 16:27:48 -04:00
V5.hs init: fix data loss bug 2019-11-05 12:41:15 -04:00
V6.hs v7 2018-10-25 18:24:23 -04:00
V7.hs v8 upgrade of keys db 2019-11-06 16:16:00 -04:00