public inbox for [email protected]  
help / color / mirror / Atom feed
apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
5+ messages / 3 participants
[nested] [flat]

* apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
@ 2026-02-06 11:00 Lewis Buckley <[email protected]>
  2026-02-06 12:18 ` Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Christoph Berg <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Lewis Buckley @ 2026-02-06 11:00 UTC (permalink / raw)
  To: pgsql-pkg-debian

The Release file for noble-pgdg-archive appears to be out of date. The
Packages.bz2 file was updated on Feb 6, but the Release file still
references the Jan 31 size/checksums:
 
- Release file expects: 2,106,465 bytes
- Actual file served: 2,105,952 bytes

This causes apt update to fail with:
E: Failed to fetch <https://apt-
archive.postgresql.org/pub/repos/apt/dists/noble-pgdg-
archive/main/binary-amd64/Packages.bz2> 
File has unexpected size (2105952 != 2106465). Mirror sync in progress?


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
  2026-02-06 11:00 apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Lewis Buckley <[email protected]>
@ 2026-02-06 12:18 ` Christoph Berg <[email protected]>
  2026-02-06 13:52   ` Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Lewis Buckley <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Christoph Berg @ 2026-02-06 12:18 UTC (permalink / raw)
  To: Lewis Buckley <[email protected]>; +Cc: pgsql-pkg-debian

Re: Lewis Buckley
> The Release file for noble-pgdg-archive appears to be out of date. The
> Packages.bz2 file was updated on Feb 6, but the Release file still
> references the Jan 31 size/checksums:

Thanks for spotting this. There was an error in the generation logic:
https://salsa.debian.org/postgresql/apt.postgresql.org/-/commit/4cf08981a608e3b5a66125c726467769c150...

The files are up-to-date now.

Christoph





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
  2026-02-06 11:00 apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Lewis Buckley <[email protected]>
  2026-02-06 12:18 ` Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Christoph Berg <[email protected]>
@ 2026-02-06 13:52   ` Lewis Buckley <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Lewis Buckley @ 2026-02-06 13:52 UTC (permalink / raw)
  To: Christoph Berg <[email protected]>; +Cc: pgsql-pkg-debian

Thanks for the speedy fix Christoph!

Lewis

On February 6, 2026, Christoph Berg <[email protected]> wrote:
> Re: Lewis Buckley
> > The Release file for noble-pgdg-archive appears to be out of date.
> The
> > Packages.bz2 file was updated on Feb 6, but the Release file still
> > references the Jan 31 size/checksums:
>
> Thanks for spotting this. There was an error in the generation logic:
> https://salsa.debian.org/postgresql/apt.postgresql.org/-
> /commit/4cf08981a608e3b5a66125c726467769c150f74b
>
> The files are up-to-date now.
>
> Christoph


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
@ 2026-02-12 12:00 Valentinas JANEIKO <[email protected]>
  2026-02-12 13:04 ` Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Christoph Berg <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Valentinas JANEIKO @ 2026-02-12 12:00 UTC (permalink / raw)
  To: [email protected]; +Cc: pgsql-pkg-debian

Looks like this error is back again.
APT fails with:
E: Failed to fetch
http://apt.postgresql.org/pub/repos/apt/dists/bookworm-pgdg/main/binary-amd64/Packages.bz2
 File has unexpected size (407736 != 407760). Mirror sync in progress?
   Hashes of expected file:
    - Filesize:407760 [weak]
    -
SHA256:d2dfe5e2cfb90c2849616207f72afb996dc177533b6e9acd4269b0fe18982c24
    - SHA1:c1af37094108982f088408b65755f1d7d396d930 [weak]
    - MD5Sum:24738e12adcb21b013eaeccb37e4e1d8 [weak]
   Release file created at: Thu, 12 Feb 2026 11:13:19 +0000

-- 
Any email and files/attachments transmitted with it are confidential and 
are intended solely for the use of the individual or entity to whom they 
are addressed. If this message has been sent to you in error, you must not 
copy, distribute or disclose of the information it contains. Please notify 
us immediately <mailto:[email protected]> and delete the message from your 
system.


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure
  2026-02-12 12:00 Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Valentinas JANEIKO <[email protected]>
@ 2026-02-12 13:04 ` Christoph Berg <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Christoph Berg @ 2026-02-12 13:04 UTC (permalink / raw)
  To: Valentinas JANEIKO <[email protected]>; +Cc: pgsql-pkg-debian

Re: Valentinas JANEIKO
> Looks like this error is back again.
> APT fails with:
> E: Failed to fetch
> http://apt.postgresql.org/pub/repos/apt/dists/bookworm-pgdg/main/binary-amd64/Packages.bz2
>  File has unexpected size (407736 != 407760). Mirror sync in progress?

There were a lot of package updates held back until today, so there
were many updates on the repo master just now. The sync was probably
just pulling at the wrong time. Sorry for that, sometimes it happens.

Should work now.

Christoph






^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2026-02-12 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-02-06 11:00 apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Lewis Buckley <[email protected]>
2026-02-06 12:18 ` Christoph Berg <[email protected]>
2026-02-06 13:52   ` Lewis Buckley <[email protected]>
2026-02-12 12:00 Re: apt-archive.postgresql.org noble-pgdg-archive: stale Release file causes apt update failure Valentinas JANEIKO <[email protected]>
2026-02-12 13:04 ` Christoph Berg <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox