I am following the official instructions for the upgrade to 15.1. pkg upgrade seems to think we are already up to date.
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.
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.