[SOLVED] unable to upgrade proxmox 7.3.3 to 7.4.x

killpilot

New Member
Mar 2, 2023
3
0
1
hi guy,

today i tried to upgrade my standalone server from pve 7.3.3 to 7.4.X (and maybe after to 8.x ), according with this web page (https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_7.x_to_latest_7.4) i do all step, but at the end pveversion -v say me

proxmox-ve: 7.3-1 (running kernel: 5.15.74-1-pve)
pve-manager: 7.3-3 (running version: 7.3-3/c3928077)

i don't understand why the upgrade doesn't works....

i haven't a enterprise subscription.

if you have anay suggestion about this case ? thanks for your helps,

have a good day all ;)
 
Could you please tell us exactly which commands did you execute? Did you use one of `apt full-upgrade` or `apt dist-upgrade` after a `apt update`?

Does `apt update` succeed? If not, could you please also send us the contents of `/etc/apt/sources.list` and of every file in `/etc/apt/sources.list.d`?
 
hi thx for your reply,

the history command display this :

Code:
root@proxmox:~# history | grep apt
   15  cd /etc/apt/
   17  apt update
   18  apt dist-upgrade
   20  apt full-upgrade
   21  apt dist-upgrade

for the sources.list :

Code:
root@proxmox:/etc/apt# cat sources.list
deb http://ftp.fr.debian.org/debian bullseye main contrib

deb http://ftp.fr.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org bullseye-security main contrib

for files into sources.list.d
Code:
root@proxmox:/etc/apt/sources.list.d# ls
ceph.list  pve-enterprise.list
root@proxmox:/etc/apt/sources.list.d# cat *
deb http://download.proxmox.com/debian/ceph-quincy bullseye main
# deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise

root@proxmox:/etc/apt/sources.list.d# cat ceph.list
deb http://download.proxmox.com/debian/ceph-quincy bullseye main
root@proxmox:/etc/apt/sources.list.d# cat pve-enterprise.list
# deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise

thx,
 
You are missing the (no-subscription) repositories for Proxmox VE according to your output. Please add

Code:
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

to /etc/apt/sources.list or to one file at the sources.list.d directory.