Table of Contents

DESCRIPTION

Upgrade an OpenBSD system from a release to the immediately following release.

COMMANDS

Upgrade System

$ sysupgrade

The system will reboot, install the default package sets and relink the kernel (around 15 minutes on a VM). The progress can be monitored from the system console.

Merge Local Changes Into System Configuration

$ sysmerge

Update Packages

$ pkg_add -u

(markdown)