changes to repository

Asked by Davide Radice

On my small server running Ubuntu 22.04.3 LTS (GNU/Linux 6.2.0-1015-aws x86_64) got this message today:

E: Repository 'https://packages.redis.io/deb jammy InRelease' changed its 'Origin' value from '' to 'packages.redis.io'

N: Repository 'https://packages.redis.io/deb jammy InRelease' changed its 'Suite' value from '' to 'jammy'

N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

Is this thing expected? Can I accept and upgrade these three packages?

redis-server/jammy 6:7.2.3-1rl1~jammy1 amd64 [upgradable from: 6:7.2.2-1rl1~jammy1]

redis-tools/jammy 6:7.2.3-1rl1~jammy1 amd64 [upgradable from: 6:7.2.2-1rl1~jammy1]

redis/jammy,jammy 6:7.2.3-1rl1~jammy1 all [upgradable from: 6:7.2.2-1rl1~jammy1]

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu redis Edit question
Assignee:
No assignee Edit question
Solved by:
Davide Radice
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Did you set up your sources.list entry for redis.io in line with the instructions in https://redis.io/docs/install/install-redis/install-redis-on-linux/ ?

What is the output of
cat -n /etc/apt/sources.list.d/redis.list

Remark:
There is an option "--allow-releaseinfo-change" for the "apt update" command which is supposed to accept the change mentioned in the error message.

Revision history for this message
Davide Radice (davideradice) said :
#2

1^

I've set up redis with these commands:

curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list\n

sudo apt-get update -y

sudo apt install redis -y

sudo systemctl enable redis-server

2^

cat -n /etc/apt/sources.list.d/redis.list

1 deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb jammy main

I was not sure if I could continue with the upgrade after accepting the revisions. This is something I have never seen before. I wanted to know if the modifications are official.

Thank you very much for you help.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

" I wanted to know if the modifications are official."

I am quite sure that these messages are a consequence of changes at the redis repository. If you have further questions, then you better ask there, see e.g. https://redis.io/community/