# OpenBSD 7.0 Sysupgrade Guide This is a quick upgrade guide for [OpenBSD 7.0](https://openbsd.org/70.html) using [[sysupgrade](/https://man.openbsd.org/sysupgrade). This is a quick upgrade guide for [OpenBSD 7.0](https://openbsd.org/70.html) using [[sysupgrade](/https://man.openbsd.org/sysupgrade). **NOTE**: This guide is **no** substitute for reading the [OpenBSD FAQ](https://www.openbsd.org/faq/). In particular, you should read the [[Upgrade Guide](/https://www.openbsd.org/faq/upgrade70.html). **NOTE**: This guide is **no** substitute for reading the [OpenBSD FAQ](https://www.openbsd.org/faq/). In particular, you should read the [[Upgrade Guide](/https://www.openbsd.org/faq/upgrade70.html). First, check to see if you need to upgrade your OS. To find our your operating system version, type: `uname -r`. If it says `OpenBSD6.9`, you need to upgrade. If it says `7.0`, or `7.0-beta` you are on the most recent OS version. Next, make sure to back up any files. Use [dump](Openbsd/dump) and [[restore](/Openbsd/restore). Next, make sure to back up any files. Use [dump](Openbsd/dump) and [[restore](/Openbsd/restore). $ doas sysupgrade The upgrade should begin automatically. You can view it in the [serial console](Openbsd/cu) for [VMM](/VPS/intro) or in VNC for [[BuyVM](/Openbsd/buyvm). The upgrade should begin automatically. You can view it in the [serial console](Openbsd/cu) for [VMM](/VPS/intro) or in VNC for [[BuyVM](/Openbsd/buyvm). Attach:upgrade68-1.png Attach:upgrade68-2.png Attach:upgrade68-3.png Attach:upgrade68-4.png Attach:upgrade68-5.png Attach:upgrade68-6.png To check if installation succeeded: $ uname -a OpenBSD pear.my.domain 6.9 GENERIC.MP#98 amd64 To check if you have the proper amount of RAM and number of cores, run [top](/openbsd/top). Attach:upgrade68-7.png You will want to [patch](/Openbsd/syspatch) the system: $ doas syspatch Then, you'll want to run [sysmerge](/https://man.openbsd.org/sysmerge) to merge any configuration files: $ doas sysmerge Then, make sure to upgrade your packages: $ doas pkg_add -Uu Read and fix any error messages that you may see. You will want to reboot after some patches: $ doas shutdown -r now