What nice new toy's we have!
It's time to updete Proxox and the LXC's. A kernel update and many services and tools needs updating. New releases from#Turnkey, #Ubuntu and soon #Fedora - update the #LXC list.
It's time to update to 22.04 Jammy and Fedora 36 is late will release soon.
Xerox developed a print software called JAM (printers in the 70's and 80's did jam a lot) You may know it better as PDF.
First ting is to update the Proxmox to the newest pve-kernel and tools. This will take some minutes to do.
# Update and Upgrade Proxmox system
apt-get update
apt-get dist-upgrade -y
reboot
# If your Proxmox is up-to-date then just update the LXC's
pveam update
To update the LXC's - yes yuo can update them! This will take some time.
sudo apt update
sudo apt full-upgrade -y
#to check version
lsb_release -a
sudo do-release-upgrade -d
sudo reboot
#to check version
lsb_release -a