How does one get the signing key for this repository?
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Tried both of these:
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
This is what's in /etc/apt/trusted.gpg.d/
-rw-r--r-- 1 root root 1187 Nov 27 2022 proxmox-release-bookworm.gpg
-rw-r--r-- 1 root root 1187 Dec 14 2020 proxmox-release-bullseye.gpg
-rw-r--r-- 1 root root 1202 May 23 2019 proxmox-ve-release-6.x.gpg
-rw-r--r-- 1 root root 0 Nov 25 05:15 proxmox-ve-release-7.x.gpg
-rw-r--r-- 1 root root 0 Nov 25 05:16 proxmox-ve-release-8.x.gpg
There is nothing useful in here:
https://pve.proxmox.com/wiki/Package_Repositories
The system I am working on has Proxmox 8.0.3, and I looked a this:
https://myproxmox:8006/#v1:0:=node/r421:4:=aptrepositories::::::
I removed Proxmox things from /etc/apt/sources.list.d/, refreshed the interface, manually added both the Proxmox and Ceph repos from the graphical interface. Now it finally does apt update && apt upgrade without complaints. Is this really how things are supposed to be done? I understand this is a whole major release, and getting everything into the web interface is OK, I guess ... but the lack of a clear command line method to do this is troubling.
So if this really IS the right thing, someone should go through the documentation immediate and add some clarifications.
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Tried both of these:
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
This is what's in /etc/apt/trusted.gpg.d/
-rw-r--r-- 1 root root 1187 Nov 27 2022 proxmox-release-bookworm.gpg
-rw-r--r-- 1 root root 1187 Dec 14 2020 proxmox-release-bullseye.gpg
-rw-r--r-- 1 root root 1202 May 23 2019 proxmox-ve-release-6.x.gpg
-rw-r--r-- 1 root root 0 Nov 25 05:15 proxmox-ve-release-7.x.gpg
-rw-r--r-- 1 root root 0 Nov 25 05:16 proxmox-ve-release-8.x.gpg
There is nothing useful in here:
https://pve.proxmox.com/wiki/Package_Repositories
The system I am working on has Proxmox 8.0.3, and I looked a this:
https://myproxmox:8006/#v1:0:=node/r421:4:=aptrepositories::::::
I removed Proxmox things from /etc/apt/sources.list.d/, refreshed the interface, manually added both the Proxmox and Ceph repos from the graphical interface. Now it finally does apt update && apt upgrade without complaints. Is this really how things are supposed to be done? I understand this is a whole major release, and getting everything into the web interface is OK, I guess ... but the lack of a clear command line method to do this is troubling.
So if this really IS the right thing, someone should go through the documentation immediate and add some clarifications.