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

Support migrations using non-disk storage #1094

Closed timbru closed 11 months ago

timbru commented 1 year ago

No longer require that "upgrade_storage_uri" is set. This will enable migrations that use non-disk storage in future, but it should be noted that the migration from disk to non-disk (postgresql) storage is a separate step that should only be done after upgrading to 0.14.0 - see issue #1079.

Note: issue #1098 was made to improve version upgrades in clustered setups.