| SYSUPGRADE(8) | System Manager's Manual | SYSUPGRADE(8) |
sysupgrade —
upgrade system to the next release or a new
snapshot
sysupgrade |
[-fkns] [-b
base-directory] [-R
version] [installurl |
path] |
sysupgrade is a utility to upgrade
OpenBSD to a new release or snapshot if
available.
sysupgrade downloads the necessary files
to /home/_sysupgrade, verifies them with
signify(1), and copies bsd.rd to
/bsd.upgrade.
sysupgrade by default then reboots the
system. The bootloader will automatically choose
/bsd.upgrade, triggering a one-shot upgrade using
the files in /home/_sysupgrade.
The options are as follows:
-b
base-directory-f-k-n-R
version-sWhen updating to a release or snapshot which lacks the required signify keys in /etc/signify, the missing keys will be downloaded in a secure way. In the usual case, the keys will already be present because OpenBSD releases ship with the current key, the next key, and a collection of older keys.
See upgrade.site(5) for how to customize the upgrade process.
signify(1), installurl(5), upgrade.site(5), autoinstall(8), release(8), sysmerge(8)
sysupgrade first appeared in
OpenBSD 6.6.
| October 25, 2024 | openbsd |