Hello, I'm following the guide https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 to upgrade my single node proxmox cluster from 8 to 9.
During the step Add the Proxmox VE 9 Package Repository I'm getting these warnings when I run the apt update command.
When I check line 8 in /etc/apt/sources.list it says:
and in /etc/apt/sources.list.d/proxmox.sources I have this
Obviously download.proxmox.com/debian/pve is in both but I'm not sure which one I should remove.
During the step Add the Proxmox VE 9 Package Repository I'm getting these warnings when I run the apt update command.
root@wintermute:~# apt updateHit:1 http://security.debian.org trixie-security InReleaseHit:2 http://ftp.se.debian.org/debian trixie InRelease Get:3 http://ftp.se.debian.org/debian trixie-updates InRelease [47.3 kB] Hit:4 http://download.proxmox.com/debian/pve trixie InRelease Fetched 47.3 kB in 0s (106 kB/s) Reading package lists... DoneBuilding dependency tree... DoneReading state information... Done597 packages can be upgraded. Run 'apt list --upgradable' to see them.W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Translations (pve-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Translations (pve-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:8 and /etc/apt/sources.list.d/proxmox.sources:1When I check line 8 in /etc/apt/sources.list it says:
deb http://download.proxmox.com/debian/pve trixie pve-no-subscriptionand in /etc/apt/sources.list.d/proxmox.sources I have this
Types: debURIs: http://download.proxmox.com/debian/pveSuites: trixieComponents: pve-no-subscriptionSigned-By: /usr/share/keyrings/proxmox-archive-keyring.gpgObviously download.proxmox.com/debian/pve is in both but I'm not sure which one I should remove.