#1115516 postgresql-17: fails to install postgresql-client-17 (missing file)

Package:
postgresql-17
Source:
postgresql-17
Description:
The World's Most Advanced Open Source Relational Database
Submitter:
Imtiaz Mangerah
Date:
2025-09-18 20:35:03 UTC
Severity:
normal
#1115516#5
Date:
2025-09-17 18:59:04 UTC
From:
To:
Dear Maintainer,


I attempted to install the `postgresql-17` package on Debian Trixie (amd64), but the installation fails because the dependent package `postgresql-client-17` cannot be fetched. This prevents `postgresql-17` from being installed at all.

Steps I followed:

1. Ran `sudo apt update` to refresh the package lists.
2. Ran `sudo apt install postgresql-17`.

Observed output:

Err:1 https://deb.debian.org/debian trixie/main amd64 postgresql-client-17 amd64 17.5-1
  404  Not Found [IP: 199.232.58.132 443]
Error: Failed to fetch https://deb.debian.org/debian/pool/main/p/postgresql-17/postgresql-client-17_17.5-1_amd64.deb  404  Not Found [IP: 199.232.58.132 443]
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Expected outcome:

I expected the `postgresql-17` package and all its dependencies, including `postgresql-client-17`, to be downloaded and installed successfully without errors.

#1115516#10
Date:
2025-09-18 20:33:45 UTC
From:
To:
Re: Imtiaz Mangerah

Hi,

please run `apt update` first. You are missing the 13.1 trixie update.

Christoph