WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
14 stars 26 forks source link

Auto-migrate old keystores on startup #244

Open kentbull opened 1 month ago

kentbull commented 1 month ago

On startup then agents should be checked for needing migrations. When an old keystore is detected, as in the stts. database is a dict rather than a KeyStateRecord, then KERIA should automatically update the agent's database.

pfeairheller commented 1 month ago

I do not believe this to be wise. Migrating production systems without intentionally doing so is a mistake.