Hello,
I am currently trying to update Proxmox from version 6.1.3 to 8.x.
After some research, I ran apt update and realized that I'm using the enterprise repository. This Proxmox installation hasn't been updating since 2021.
Here is the content of my pve-enterprise.list file:
And my /etc/apt/sources.list file:
Would it be safe to assume that updating the content of the pve-enterprise.list file from https://enterprise.proxmox.com/debian/pve buster pve-enterprise to deb http://download.proxmox.com/debian/pve buster pve-no-subscription and then running apt update again will resolve the issue?
Thanks in advance.
I am currently trying to update Proxmox from version 6.1.3 to 8.x.
After some research, I ran apt update and realized that I'm using the enterprise repository. This Proxmox installation hasn't been updating since 2021.
Code:
root@proxmox02:~# apt update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.es.debian.org/debian buster InRelease
Hit:3 http://ftp.es.debian.org/debian buster-updates InRelease
Err:4 https://enterprise.proxmox.com/debian/pve buster InRelease
401 Unauthorized [IP: 170.130.165.90 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease 401 Unauthorized [IP: 170.130.165.90 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve buster 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.
Here is the content of my pve-enterprise.list file:
Code:
root@proxmox02:/etc/apt/sources.list.d# cat pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
And my /etc/apt/sources.list file:
Code:
root@proxmox02:/etc/apt/sources.list.d# cat /etc/apt/sources.list
deb http://ftp.es.debian.org/debian buster main contrib
deb http://ftp.es.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
Would it be safe to assume that updating the content of the pve-enterprise.list file from https://enterprise.proxmox.com/debian/pve buster pve-enterprise to deb http://download.proxmox.com/debian/pve buster pve-no-subscription and then running apt update again will resolve the issue?
Thanks in advance.