Fix Upgrade Issues After Using Pkgbase on FreeBSD 15.x

Published: Feb 3, 2026

I recently upgraded my nas from 14.x to 15-RELEASE and then converted to pkgbase because I just loved the idea of being able to do pkg update and pkg upgrade for all upgrades moving forward. After the upgrade, the version I was on was 15.RELEASE-p1. After about a month or so, when I noticed p2 was out, I ran pkg update and pkg upgrade, it still kept me at p1. Investigating, I figured when I ran the lua based script to upgrade to pkgbase, it didn’t (or I forgot) to say yes for FreeBSD base repository. If you’re like me, here’s the instructions to fix it quickly.

vim  /usr/local/etc/pkg/repos/FreeBSD-base.conf
# cat /usr/local/etc/pkg/repos/FreeBSD-base.conf            
FreeBSD-base: { enabled: yes }
freebsd-version -kru

🍷

[web] · [in] · [fb] · [ig] · [x] · [tt] · [yt]

Previous Post