Re: upgrade from 13 to 14

From: TR Kellers, Sr <trkellers_at_gmail.com>
Date: Thu, 27 Jun 2024 00:47:34 UTC

> On Jun 26, 2024, at 7:20 PM, Jim Pazarena <fquest@paz.bz> wrote:
> 
> can I upgrade directly from 13.3 to 14.1 ?
> Or should I slide to an interim 14.0, then to 14.1 ?
> 
> --
> Jim Pazarena         fquest@paz.bz
> Haida Gwaii - British Columbia - Canada
> 

I upgraded from 13.3-RELEASE to 14.1-RELEASE using Freebsd-update.

The upgrade was without any significant issues, but be prepared to reinstall most packages in the system.

I didn’t use packages for that upgrade as it is my habit to build everything from ports.
#yes | portmaster -aG 
handled most everything successfully, though /usr/ports/UPDATING should be consulted for the Python 3.11 and dependencies upgrade.

There were some ports where I had to make deinstall && make depends && make install clean to get the upgrade to complete, but that was not a significant obstacle.

Upgrades were done from both arch64 and amd64 architecture instances.

Tim