Module krill::upgrades[][src]

Expand description

Support Krill upgrades, e.g.:

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

Modules

v0_9_0

Enums

UpgradeError

Constants

MIGRATION_SCOPE

Traits

UpgradeStore

Implement this for automatic upgrades to key stores

Functions

pre_start_upgrade

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

update_storage_version

Type Definitions

UpgradeResult