Hi,
I am trying to upgrade in-place from 5.4.114-1-pve to 6.0 following the instructions at https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0.
It falls over (or more accurately, does absolutely nothing) when I run
List-upgradable doesn't show the upgrade packages.
My sources.list.
I've tried various combinations or removal or the other repositories, apt update and apt clean but it does nothing.
The system was upgraded originally from bare debian (as opposed to an ISO install) - does the upgrade process even work from a debian-based install or does it require it to have been installed from ISO originally?
I am trying to upgrade in-place from 5.4.114-1-pve to 6.0 following the instructions at https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0.
It falls over (or more accurately, does absolutely nothing) when I run
apt-get dist-upgrade
.List-upgradable doesn't show the upgrade packages.
Code:
apt list --upgradeable
My sources.list.
Code:
deb http://download.proxmox.com/debian/corosync-3/ stretch main
deb http://download.proxmox.com/debian buster pve-no-subscription
deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
I've tried various combinations or removal or the other repositories, apt update and apt clean but it does nothing.
The system was upgraded originally from bare debian (as opposed to an ISO install) - does the upgrade process even work from a debian-based install or does it require it to have been installed from ISO originally?