[SOLVED] Trixie PBS client

i put this to sources:
Code:
deb http://download.proxmox.com/debian/pbs-client trixie pbs-test

apt update error:
Code:
Err:4 http://download.proxmox.com/debian/pbs-client trixie InRelease
  Sub-process /usr/bin/sqv returned an error code (1), error message is: Missing key 24B30F06ECC1836A4E5EFECBA7BCD1420BFE778E, which is needed to verify signature.
Hit:5 http://ftp.debian.org/debian trixie-backports InRelease
Warning: OpenPGP signature verification failed: http://download.proxmox.com/debian/pbs-client trixie InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Missing key 24B30F06ECC1836A4E5EFECBA7BCD1420BFE778E, which is needed to verify signature.
Error: The repository 'http://download.proxmox.com/debian/pbs-client 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.
 
this fixed the 1st issue
Code:
wget https://enterprise.proxmox.com/debian/proxmox-release-trixie.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg

however neither of these work yet.
Code:
deb http://download.proxmox.com/debian/pbs-client trixie pbs-test

# or
deb http://download.proxmox.com/debian/pbs-client trixie main

So I'll wait until the release is announced.

the bookworm pbs-client tested OK backing up a trixie system
 
deb http://download.proxmox.com/debian/pbs-client trixie pbs-test
For the pbs-client only repo the test one is just named test without extra pbs- prefix, so using the following repo entry should work:

Code:
deb http://download.proxmox.com/debian/pbs-client trixie test
 
  • Like
Reactions: RobFantini