Hello. Just noticed on wiki page:
https://pbs.proxmox.com/wiki/Upgrade_from_3_to_4#In-place_Upgrade
Where is says:
Should it maybe say something like:
Just to avoid a potential file conflict with instructions on this wiki page:
https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#In-place_upgrade
Where it says:
For those with pbs alongside pve.
https://pbs.proxmox.com/wiki/Upgrade_from_3_to_4#In-place_Upgrade
Where is says:
Code:
cat > /etc/apt/sources.list.d/proxmox.sources << EOF
Types: deb
URIs: http://download.proxmox.com/debian/pbs
Suites: trixie
Components: pbs-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOF
Should it maybe say something like:
Code:
cat > /etc/apt/sources.list.d/pbs.sources << EOF
Types: deb
URIs: http://download.proxmox.com/debian/pbs
Suites: trixie
Components: pbs-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOF
Just to avoid a potential file conflict with instructions on this wiki page:
https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#In-place_upgrade
Where it says:
Code:
cat > /etc/apt/sources.list.d/proxmox.sources << EOF
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOF
For those with pbs alongside pve.