I have a Proxmox VE running in version 8.1 and am trying to upgrade to 8.4, however the dist-upgrade does not upgrade anything. Do I need either the non-subscription or enterprise repo enabled to allow dist-upgrades to 8.4?
This is my first time trying a dist-upgrade on Proxmox, so I may be missing something crucial here. Sorry for my inexperience.
I've been following the information listed here: https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_8.x_to_latest_8.4
I also noticed, that my testing instance, which gets less love and attention, but was installed with the 8.3 ISO exhibits the same behavior. I'm on 8.3 there, but apt update/upgrade/dist-upgrade all fail to provide the version upgrade to 8.4.
This is my first time trying a dist-upgrade on Proxmox, so I may be missing something crucial here. Sorry for my inexperience.
I've been following the information listed here: https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_8.x_to_latest_8.4
Code:
# pveversion
pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)
# grep -r '^deb ' /etc/apt/sources.list /etc/apt/sources.list.d/
/etc/apt/sources.list:deb http://ftp.de.debian.org/debian bookworm main contrib
/etc/apt/sources.list:deb http://ftp.de.debian.org/debian bookworm-updates main contrib
/etc/apt/sources.list:deb http://security.debian.org bookworm-security main contrib
# apt update && apt list --upgradable
Hit:1 http://security.debian.org bookworm-security InRelease
Hit:2 http://ftp.de.debian.org/debian bookworm InRelease
Hit:3 http://ftp.de.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Listing... Done
# apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I also noticed, that my testing instance, which gets less love and attention, but was installed with the 8.3 ISO exhibits the same behavior. I'm on 8.3 there, but apt update/upgrade/dist-upgrade all fail to provide the version upgrade to 8.4.
Code:
# pveversion
pve-manager/8.3.0/c1689ccb1065a83b (running kernel: 6.8.12-4-pve)
Last edited: