Update von 7.4.14 auf 8.xx

Kusselin

Member
Mar 26, 2021
150
5
23
44
Hallo Zusammen, versuche gerade mein 7er proxmox auf 8.xx aktuell upzudaten..leider scheitere ich schon bei den repositories :-(

wie folgt vorgegangen....
1. mein system geupdatet inkl. Container und vm´s
2. lt anleitung https://pve.proxmox.com/wiki/Upgrade_from_7_to_8 vorgegangen...
3. pve7to8 --full
4. echo "deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise" > /etc/apt/sources.list.d/pve-enterprise.list
5. dann nano /etc/apt/sources.list
6. das dann eingertragen in der sources.list
deb http://deb.debian.org/debian bookworm main contrib
deb http://deb.debian.org/debian bookworm-updates main contrib

# security updates
deb http://security.debian.org/debian-security bookworm-security main contrib
7. danach gespeichert und raus...
8. dann apt update und dann kommt das hier:

Code:
root@proxmox:~# apt update
Hit:1 http://download.proxmox.com/debian/pve bookworm InRelease
Hit:2 http://ftp.debian.org/debian bookworm InRelease
Hit:3 http://ftp.debian.org/debian bookworm-updates InRelease
Hit:4 http://security.debian.org/debian-security bookworm-security InRelease
Err:5 https://enterprise.proxmox.com/debian/pve bookworm InRelease
  401  Unauthorized [IP: 212.224.123.70 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

was mach ich falsch..... ein dist-upgrade geht auch nicht :-(

Bitte um Infos. danke Euch
 
Da Du keine Subscription hast nimmst Du nicht die Enterprise Repos sondern die no-subscription Repos.

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

Am besten das list file gleich auch richtig benennen

Code:
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list

und das enterprise list file löschen
 
Last edited: