CRON-APT error on myserver.com [/etc/cron-apt/config]

Hello,

This morning I have notice this error on bottom the mail I got:

E: Repository ‘Index of /ondrej/php/ubuntu jammy InRelease’ changed its ‘Label’ value from ‘***** The main PPA for supported PHP versions with many PECL extensions *****’ to 'PPA for PHP

What should I do?

Thanks.

That is just an information, for the package manager changing its description. You can ignore it safely. So basically its label description changed as below.

http://ppa.launchpad.net/ondrej/php/ubuntu/dists/jammy/Release

Origin: LP-PPA-ondrej-php
Label: PPA for PHP
Suite: jammy
Version: 22.04
Codename: jammy
Date: Sun, 27 Apr 2025 15:35:30 UTC
Architectures: amd64 arm64 armhf i386 ppc64el riscv64 s390x
Components: main
Description: Ubuntu Jammy 22.04

http://ppa.launchpad.net/ondrej/php/ubuntu/dists/jammy/main/binary-amd64/Release

Archive: jammy
Version: 22.04
Component: main
Origin: LP-PPA-ondrej-php
Label: PPA for PHP
Architecture: amd64
1 Like

Thank you, you confirm my thought.

1 Like

If you want to get rid of the message accept it manually by pressing Y.
But if you’ve got a lot of servers to manage, you can script it over ssh with
apt-get update --allow-releaseinfo-change

1 Like