Apt repository changes, dist upgrade fails

I’m totally new to opensearch and could use a little good advice. Thanks in advance.
Starting a dist-updrade the following lines appear:

E: Repository ‘https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt stable InRelease’ changed its ‘Origin’ value from ‘. stable’ to ‘artifacts.opensearch.org
E: Repository ‘h ttps://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt stable InRelease’ changed its ‘Label’ value from ‘. stable’ to ‘opensearch’
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N]

What is this about, is it normal and okay to accept or what else is important to consider in that context?

Hey @Mack

Looks like in your Repo this maybe an old link or something.

https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt

Try
apt autoclean
or
apt autoremove

see if that clears it up.

If that doesn’t work. I would remove it and add the new repo for OS.

Hey @Gsmitt

thanks.

Well, initial install procedure was the one described in Debian - OpenSearch Documentation

asap I’ll try that

hey,

Execute apt update after.

EDIT: by chance did you type " Y" for yes? This would update your Repo.