[][src]Module krill::upgrades

Support Krill upgrades, e.g.:

  • Updating the format of commands or events
  • Export / Import data

Modules

pre_0_6_0

Responsible for migrating commands predating Krill v0.6.0

roa_cleanup_0_7_0

Enums

UpgradeError

Traits

UpgradeStore

Implement this for automatic upgrades to key stores

Functions

post_start_upgrade

Should be called right after the KrillServer is initiated

pre_start_upgrade

Should be called when Krill starts, before the KrillServer is initiated