Trying to upgrade 12.1R to 12.4R (via 12.2R):
Trying
I know 12.1 went EoL back in January 2021, but I'm still a bit surprised to see this fail at this point. Is this deliberate - once it's EoL you absolutely cannot upgrade this way - or likely to be some other kind of issue?
(A few weeks ago, on another server, I was able to jump from 12.2R, which was EoL about 18 months prior, to 12.4R, without any issues.)
Code:
# freebsd-update -v debug upgrade -r 12.2-RELEASE
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 12.1-RELEASE from update2.freebsd.org...
latest.ssl 512 B 9 MBps 00s
done.
Fetching metadata index...
a78662fabf48fd2503fb500d264ddfd8ff29c8a0a3caf8 225 B 4495 kBps 00s
done.
Fetching 1 metadata files...
/usr/libexec/phttpget update2.freebsd.org 12.1-RELEASE/amd64/m/eb9f90d46a9ce7e8eaab684ecb1b87be2d3410683a2b3dfda22714ff3293bf78.gz
http://update2.freebsd.org/12.1-RELEASE/amd64/m/eb9f90d46a9ce7e8eaab684ecb1b87be2d3410683a2b3dfda22714ff3293bf78.gz: 404 Error (ignored)
failed.
# freebsd-version -kru
12.1-RELEASE
12.1-RELEASE
12.1-RELEASE
# uname -a
FreeBSD xxx 12.1-RELEASE FreeBSD 12.1-RELEASE r354405 GENERIC amd64
Trying
freebsd-update upgrade -r 12.4-RELEASE
(jump a couple of releases) and freebsd-update fetch
(minor update) also fails in a similar way.I know 12.1 went EoL back in January 2021, but I'm still a bit surprised to see this fail at this point. Is this deliberate - once it's EoL you absolutely cannot upgrade this way - or likely to be some other kind of issue?
(A few weeks ago, on another server, I was able to jump from 12.2R, which was EoL about 18 months prior, to 12.4R, without any issues.)