MadaMada

@madamada@snac.void.my

SysAdmin with a simple life..interested in FOSS, FreeBSD, Linux, IPv6, cloud stuff and whatever things that come along the way I find interesting..
JabberIDmadamada@xpath.my
Matrix@madamada:matrix.org
Emailmada@void.my
Webhttps://buster.xpath.my
Geminigemini://warlock.xpath.my
TheFediPeoplehttps://fediverse.info/explore/people
Yggdrasilhttps://yggdrasil-network.github.io/
0 ★ 0 ↺

[?]MadaMada ยป
@madamada@snac.void.my

I previously posted about prepping bsdinstall(8)
here to use the distribution files from FreeBSD 14.3-RELEASE ..

Now I want to upgrade my existing jails to FreeBSD 14.3-RELEASE .. here are the steps taken..

freebsd-update -b /vm/host/ukyo --currently-running 14.2-RELEASE -r 14.3-RELEASE upgrade
freebsd-update -b /vm/host/ukyo install
service jail restart ukyo
freebsd-update -b /vm/host/ukyo install
pkg -j ukyo bootstrap -f
pkg -j ukyo update
pkg -j ukyo upgrade -f
service jail restart ukyo
The result was,
jexec ukyo sh -c "uname -rKU ; freebsd-version -ru"
14.3-RELEASE 1403000 1403000
14.3-RELEASE
14.3-RELEASE
Good to go 🙂

History