mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 17:07:44 +02:00
* Support "prepare-upgrade" through "krillup" binary. * Package the new `krillup` binary and man page into a separate DEB/RPM. * Also switches to building in a Rocky Linux container due to repeated CentOS 8 vault repo timeouts. * Mention correct config file location on CLI help. * Remove incorrect reference to non-existent help subcommand for krillup. * Add locking to upgrade process. Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
28 lines
888 B
Groff
Executable File
28 lines
888 B
Groff
Executable File
.TH "krillup" "1" "NLnet Labs"
|
|
.SH NAME
|
|
krillup - Krill Upgrade Helper
|
|
.SH SYNOPSIS
|
|
krillup [SUBCOMMAND]
|
|
|
|
krillup help [SUBCOMMAND]
|
|
|
|
krillup -h, --help
|
|
|
|
krillup -V, --version
|
|
.SH DESCRIPTION
|
|
Krill is a free, open source RPKI Certificate Authority that lets you run
|
|
delegated RPKI under one or multiple Regional Internet Registries (RIRs).
|
|
Through its built-in publication server, Krill can publish Route Origin
|
|
Authorizations (ROAs) on your own servers or with a third party.
|
|
|
|
The krillup tool can be used to reduce the risk and time needed for Krill
|
|
upgrades, by preparing and verifying any data migrations that would be
|
|
needed. The data_dir setting from the provided configuration file is used to
|
|
find the data to migrate, and prepared data will be saved under
|
|
\'data_dir/upgrade-data\'.
|
|
|
|
For more information visit https://rpki.readthedocs.io/en/latest/krill/.
|
|
|
|
.SH SEE ALSO
|
|
krill(1)
|