public inbox for [email protected]
help / color / mirror / Atom feedFrom: Aaron Pavely <[email protected]>
To: Laurent Arnoud <[email protected]>
Cc: [email protected]
Subject: Re: Bullseye 10 and 11 servers packages
Date: Fri, 5 Aug 2022 13:56:23 -0500
Message-ID: <CAGs4muXk9dN2rQBsLg07+NAz3WUo4RVCcyf8jdhOPTbJADLc1w@mail.gmail.com> (raw)
In-Reply-To: <CAP36UN9Jr=F=d8GiavSMakCZEwhA7mzkNz+CbPTaoz5pZqmYEg@mail.gmail.com>
References: <CAP36UN9Jr=F=d8GiavSMakCZEwhA7mzkNz+CbPTaoz5pZqmYEg@mail.gmail.com>
On Fri, Aug 5, 2022 at 1:29 PM Laurent Arnoud <[email protected]>
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/l...) [11](https://pgdgbuild.dus.dg-i.net/job/postgresql-11-binaries/architecture=amd64,distribution=bullseye/l...)
>
> 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_...
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 <
[email protected]>
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 <
[email protected]>
Installed-Size: 45958
Regards,
Aaron
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Bullseye 10 and 11 servers packages
In-Reply-To: <CAGs4muXk9dN2rQBsLg07+NAz3WUo4RVCcyf8jdhOPTbJADLc1w@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox