Re: Bullseye 10 and 11 servers packages

From: Aaron Pavely <aaron(at)pavely(dot)net>
To: Laurent Arnoud <laurent(dot)arnoud(at)platform(dot)sh>
Cc: pgsql-pkg-debian(at)postgresql(dot)org
Subject: Re: Bullseye 10 and 11 servers packages
Date: 2022-08-05 18:56:23
Message-ID: CAGs4muXk9dN2rQBsLg07+NAz3WUo4RVCcyf8jdhOPTbJADLc1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian

On Fri, Aug 5, 2022 at 1:29 PM Laurent Arnoud <laurent(dot)arnoud(at)platform(dot)sh>
wrote:

> Hi,
>
> I'm working at platform.sh and we are using your Debian packages for all versions. We are trying to update to bullseye, but currently the 10 and 11 servers are missing from this repository. I can see that there are builds successfully on your jenkins [10](https://pgdgbuild.dus.dg-i.net/job/postgresql-10-binaries/architecture=amd64,distribution=bullseye/lastSuccessfulBuild/artifact/) [11](https://pgdgbuild.dus.dg-i.net/job/postgresql-11-binaries/architecture=amd64,distribution=bullseye/lastSuccessfulBuild/artifact/)
>
> Are these debs not intended to be included in the public repos, or can we find them published elsewhere?
>
> Thanks,
> Laurent
>
>
Are you using the 'main' component in your 'sources.list', or are you
selecting specifically '10' and/or '11'?

Correct:
deb http://apt.postgresql.org/pub/repos/apt *bullseye*-pgdg main

Incorrect:
deb http://apt.postgresql.org/pub/repos/apt *bullseye*-pgdg 10
deb http://apt.postgresql.org/pub/repos/apt *bullseye*-pgdg 11

The incorrect form is valid if you wish to use the libpq from a prior major
release, as detailed here:
https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_libpq5_for_version_X.2C_but_there_is_only_version_Y_in_the_repository

While I don't use bullseye, it's easy to check if the package is referenced
in the repository (note the 'main' in the path):
$ curl -s
https://apt.postgresql.org/pub/repos/apt/dists/bullseye-pgdg/main/binary-amd64/Packages
| sed -n '/^Package: postgresql-10$/,/^$/p' | head -n 5
Package: postgresql-10
Version: 10.21-1.pgdg110+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <
team+postgresql(at)tracker(dot)debian(dot)org>
Installed-Size: 23691
$ curl -s
https://apt.postgresql.org/pub/repos/apt/dists/bullseye-pgdg/main/binary-amd64/Packages
| sed -n '/^Package: postgresql-11$/,/^$/p' | head -n 5
Package: postgresql-11
Version: 11.16-1.pgdg110+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <
team+postgresql(at)tracker(dot)debian(dot)org>
Installed-Size: 45958

Regards,
Aaron

In response to

Responses

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Laurent Arnoud 2022-08-08 08:06:55 Re: Bullseye 10 and 11 servers packages
Previous Message Laurent Arnoud 2022-08-05 14:34:07 Bullseye 10 and 11 servers packages