Upgrade to 15.1 Doesn't Proceed

I am following the official instructions for the upgrade to 15.1. pkg upgrade seems to think we are already up to date.

Code:
# pkg -oABI=FreeBSD:15:$(uname -p) -oOSVERSION=1501000 upgrade -r FreeBSD-base
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
FreeBSD-base is up to date.
Checking for upgrades (218 candidates): 100%
Processing candidates (218 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
[root@l1 ~/system.notes]# freebsd-version -kru
15.0-RELEASE-p2
15.0-RELEASE-p2
15.0-RELEASE-p1
[root@l1 ~/system.notes]#

But 15.0 is obviously not 15.1. Seems like this should be trivially easy. Did I miss something?

I did deviate from the instructions in that I upgraded pkg itself before getting started. I had started looking at some older RC instructions before I happened upon the post release date instructions.
 
Don't you need to run freebsd-update to get freebsd-version -kru to the same levels first?

If you don't you are likely to encounter some problems sooner or later.

Once all at the same level you can proceed to upgrade to 15.1-RELEASE and then you can run pkg upgrade.
 
Back
Top