We have fixed it for downloads area, so now the “percona-telemetry-agent” is present in the list of files for all OS. Fixing the issue for bundles would require some time.
Ran into the same issue but I wanted to disable telemetry as per documentation but looks like is not possible. Is this expected?
$ cat /etc/os-release | grep PRETTY_NAME
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
$ apt-cache policy percona-server-server
percona-server-server:
Installed: 8.0.28-20-1.bookworm
Candidate: 8.0.40-31-1.bookworm
$ echo $PERCONA_TELEMETRY_DISABLE
1
$ PERCONA_TELEMETRY_DISABLE=1 apt install percona-server-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
percona-server-server : Depends: percona-telemetry-agent but it is not installable
E: Unable to correct problems, you have held broken packages.
you should update percona-release package and it will enable telemetry repo.
Or just enable telemetry repo manually: percona-release enable telemetry release