Today I’ve been getting the following errors from “apt-get update”:
E: Repository 'http://deb.debian.org/debian buster InRelease' changed its
'Suite' value from 'testing' to 'stable
<http://deb.debian.org/debian%20buster%20InRelease'%20changed%20its%20'Suite'%20value%20from%20'testing'%20to%20'stable>'
E: Repository 'http://deb.debian.org/debian-security buster/updates InRelease'
changed its 'Suite' value from 'testing' to 'stable
<http://deb.debian.org/debian-security%20buster/updates%20InRelease'%20changed%20its%20'Suite'%20value%20from%20'testing'%20to%20'stable>'
E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its
'Suite' value from 'testing-updates' to 'stable-updates
<http://deb.debian.org/debian%20buster-updates%20InRelease'%20changed%20its%20'Suite'%20value%20from%20'testing-updates'%20to%20'stable-updates>’
The solution (for me) was to run
apt-get update --allow-releaseinfo-change
once.
Thought this might be useful for anybody else hitting the same issue.
Cheers,
Mike