About to start upgrading 13.1-RELEASE-p3 to 13.2, question

So I'm going to upgrade from 13.1-RELEASE-p3 to 13.2, and I'm seeing this when I run the initial `freebsd-update fetch` call from the Upgrade instructions at https://www.freebsd.org/releases/13.2R/installation/#upgrade.

Not sure if this is a problem or not, should I be fine?

Code:
The following files are affected by updates. No changes have
been downloaded, however, because the files have been modified
locally:
/etc/mtree/BSD.usr.dist
/var/db/etcupdate/current/etc/mtree/BSD.usr.dist
/var/db/etcupdate/log
/var/db/mergemaster.mtree
 
This doesn't upgrade the version, it simply downloads the latest patches for your currently installed version. In your case it would download the updates to 13.1-RELEASE-p7.
I know it doesn't immediately upgrade, that's what the `freebsd-update upgrade -r 13.2-RELEASE` later on in the instructions do.

What I'm asking, is having those `/var/db` files say that they've already been modified locally, since I don't know what those DB files are exactly, I wanted to check those with more knowledge that it seems normal/fine to not have the newer files being downloaded and so won't be updated.
 
Back
Top