Re: Upgrading from old version (13.0-RELEASE-p4)

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Fri, 22 Sep 2023 08:40:37 UTC
On 22/09/2023 08:37, Odhiambo Washington wrote:
>> 1) remove all files under /usr/src (including .git etc)
>> 2) git clone --branch releng/13.2https://git.FreeBSD.org/src.git
>> /usr/src (as described in handbook)
>> 3) cd /usr/src
>> 4) make -j xx buildworld
>> 5) make -j xx buildkernel
>> 6) install them & reboot
>>
>> For future upgrades, I suggest:
>> cd /usr/src
>> git pull
>> followed by steps 4, 5, and so on...
>>
>> My best wishes
>>
> This procedure will change the version from RELEASE to STABLE. I don't
> think that is what the OP wants.

No -- this will result in a 13.2-RELEASE-pN system as the OP wanted. 
You're confusing the stable/13 branch with the releng/13.2 branch.

	Cheers,

	Matthew