NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

Improve error if the version of stored data is higher than the Krill version. #1115

Closed timbru closed 11 months ago

timbru commented 11 months ago

Building on the renewed version tracking (see #1074) - we should fail to start in case the stored data is for a higher Krill version - this points to a downgrade done by the user, which is not supported. The user should probably do a restore from backup in this case.