Upgrade from Alpha to Beta Fails

Newfoundland.Republic

Renowned Member
May 3, 2009
9
4
68
Hi Folks - It seems that, despite following the upgrade instructions step-by-step, something has failed in the upgrade from Alpha to Beta.

After following the step for Add the Proxmox Datacenter Manager Beta Package Repository and running apt update I receive the following error
Code:
root@pdm:~# apt update
Hit:1 http://security.debian.org/debian-security trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease 
Get:4 http://download.proxmox.com/debian/pdm trixie InRelease [1,947 B]
Err:4 http://download.proxmox.com/debian/pdm trixie InRelease
  Sub-process /usr/bin/sqv returned an error code (1), error message is: Error: Failed to parse keyring "/usr/share/keyrings/proxmox-archive-keyring.gpg"  Caused by:     0: Reading "/usr/share/keyrings/proxmox-archive-keyring.gpg": No such file or directory (os error 2)     1: No such file or directory (os error 2)
Warning: OpenPGP signature verification failed: http://download.proxmox.com/debian/pdm trixie InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Error: Failed to parse keyring "/usr/share/keyrings/proxmox-archive-keyring.gpg"  Caused by:     0: Reading "/usr/share/keyrings/proxmox-archive-keyring.gpg": No such file or directory (os error 2)     1: No such file or directory (os error 2)
Error: The repository 'http://download.proxmox.com/debian/pdm trixie InRelease' is not signed.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.

What am I missing here?

Thanks!
 
For anyone else, you should be able to install the proxmox-archive-keyring before starting the upgrade, I added a note to the upgrade docs:
https://pve.proxmox.com/wiki/Proxmo...nsure_Repository_Archive_Keyring_is_Installed
How can I install that, if I start on trixie?
"To ensure your system trusts the new APT archive keyring for our Debian Trixie-based releases, install the proxmox-archive-keyring package before switching the repos to Trixie."

Code:
apt install proxmox-archive-keyring
Error: Unable to locate package proxmox-archive-keyring


Edit: I found it out:
Code:
wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
 
Last edited: