Re: [email protected] 2014-04-21 <[email protected]> > The following bug has been logged on the website: > > Bug reference: 10089 > Logged by: Hesam > Email address: [email protected] > PostgreSQL version: 9.2.4 > Operating system: Debian Squeeze Release 6.0.7 > Description: > > Hello > > When I run apt-get update, I get the following message regarding postgres: > > ---------------------------------------- > W: A error occurred during the signature verification. The repository is not > updated and the previous index files will be used. GPG error: > http://apt.postgresql.org squeeze-pgdg Release: The following signatures > were invalid: KEYEXPIRED 1381654177 > > W: Failed to fetch > http://apt.postgresql.org/pub/repos/apt/dists/squeeze-pgdg/Release > > W: Some index files failed to download, they have been ignored, or old ones > used instead.
You have some other copy of that key in /etc/apt/trusted.gpg* . Use "apt-key list" to locate and delete it. Most likely, "rm /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg" will fix it. https://wiki.postgresql.org/wiki/Apt#News http://www.postgresql.org/message-id/[email protected] Christoph -- [email protected] | http://www.df7cb.de/ _______________________________________________ Pkg-postgresql-public mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public
