BSD version

I had 12.* and upgrade via freebsd-update -r 13.1 upgrade
after restart machine, I have the following system:
Code:
# freebsd-version 
12.3-RELEASE-p12
/root{104}# freebsd-update -r 13.1 upgrade
freebsd-update: Cannot upgrade from 13.1-RELEASE to itself
My problem is system knows me as 12.* such as :
Code:
# pkg search mldonkey
pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:12:amd64
How can I use new repository?
 
You likely ran freebsd-update install only once, for a major version upgrade it has to be run a total of three times. First one only upgrades the kernel, second run upgrades the userland and the third cleans up old stuff from the previous version.
 
Back
Top