VOOZH about

URL: https://dev.to/niamtokik/upgrading-openbsd-78-to-openbsd-79-18f

⇱ Upgrading OpenBSD 7.8 to OpenBSD 7.9 - DEV Community


The lastest version of OpenBSD has been released this week and announced on the Mailinglist (but also on X/Twitter by Brian Steele). As usual, lot of improvement, this publication is just a quick summary.

  • Read the release note and the upgrade procedure.

  • Ensure you have enough place on your partitions.

df -h
  • Be prepared to upgrade your database like PostgreSQL. Do a Backup.

  • Start with one device to see if everything is fine.

  • Upgrade with sysupgrade.

sysupgrade
  • After the reboot, upgrade the packages with pkg_add
pkg_add -uUra
  • Do a second reboot if necessary

  • Upgrade PostgreSQL and other services which have been upgraded.

  • Do a third reboot to check if all services are started correctly during boot (reboot proof servers)

And... It should be okay! No big deal for this upgrade on my side, everything worked without issues.


Cover Image by A Perry on Unsplash