Hi guys, I've followed the instructions at https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0#In-place_upgrade and brought myself up all the way from version 4 to version 6. However, like the title says, my web GUI and shell are showing different version numbers.
Here's whats at the top of my web GUI:
When I log in using SSH the message at the top says:
When I run apt update I see:
And when I run apt dist-upgrade I see:
Is there a step I've missed, or have I misunderstood the update process?
Here's whats at the top of my web GUI:
When I log in using SSH the message at the top says:
Code:
Using username "root".
Linux vmhost01 5.4.78-2-pve #1 SMP PVE 5.4.78-2 (Thu, 03 Dec 2020 14:26:17 +0100) x86_64
When I run apt update I see:
Code:
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Hit:5 http://download.proxmox.com/debian/corosync-3 stretch InRelease
Fetched 65.4 kB in 11s (5,850 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Code:
root@vmhost01:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Is there a step I've missed, or have I misunderstood the update process?