public inbox for [email protected]help / color / mirror / Atom feed
buster-pgdg 13 seems to be broken 9+ messages / 3 participants [nested] [flat]
* buster-pgdg 13 seems to be broken @ 2020-11-13 09:46 Andreas Karlsson <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Andreas Karlsson @ 2020-11-13 09:46 UTC (permalink / raw) To: PostgreSQL on Debian and Ubuntu <[email protected]> Hi, I was going to upgrade some of my servers to PostgreSQL 13 and noticed that the postgresql-13 could not be found. The reason seems to be that the files at http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/13/binary-amd64/ are empty. Andreas ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 09:50 Magnus Hagander <[email protected]> parent: Andreas Karlsson <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Magnus Hagander @ 2020-11-13 09:50 UTC (permalink / raw) To: Andreas Karlsson <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On Fri, Nov 13, 2020 at 10:47 AM Andreas Karlsson <[email protected]> wrote: > > Hi, > > I was going to upgrade some of my servers to PostgreSQL 13 and noticed > that the postgresql-13 could not be found. The reason seems to be that > the files at > http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/13/binary-amd64/ > are empty. How is your repo configured? Mine's picking up the 13 version just fine, but it's picking it out of "main".... -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 09:52 Andreas Karlsson <[email protected]> parent: Magnus Hagander <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Andreas Karlsson @ 2020-11-13 09:52 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On 11/13/20 10:50 AM, Magnus Hagander wrote: > On Fri, Nov 13, 2020 at 10:47 AM Andreas Karlsson <[email protected]> wrote: >> >> Hi, >> >> I was going to upgrade some of my servers to PostgreSQL 13 and noticed >> that the postgresql-13 could not be found. The reason seems to be that >> the files at >> http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/13/binary-amd64/ >> are empty. > > How is your repo configured? Mine's picking up the 13 version just > fine, but it's picking it out of "main".... "main" works but "13" is broken. See the attached screenshots. Andreas Attachments: [image/png] buster-13.png (62.5K, 2-buster-13.png) download | view image [image/png] buster-main.png (62.8K, 3-buster-main.png) download | view image ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 09:55 Magnus Hagander <[email protected]> parent: Andreas Karlsson <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Magnus Hagander @ 2020-11-13 09:55 UTC (permalink / raw) To: Andreas Karlsson <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On Fri, Nov 13, 2020 at 10:53 AM Andreas Karlsson <[email protected]> wrote: > > On 11/13/20 10:50 AM, Magnus Hagander wrote: > > On Fri, Nov 13, 2020 at 10:47 AM Andreas Karlsson <[email protected]> wrote: > >> > >> Hi, > >> > >> I was going to upgrade some of my servers to PostgreSQL 13 and noticed > >> that the postgresql-13 could not be found. The reason seems to be that > >> the files at > >> http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/13/binary-amd64/ > >> are empty. > > > > How is your repo configured? Mine's picking up the 13 version just > > fine, but it's picking it out of "main".... > > "main" works but "13" is broken. See the attached screenshots. Christoph may correct me on this later, but "13" is for the beta version of 13 I believe, and there is no longer a beta version :) What exactly does your repo config look like? Per the apt FAQ it should be something like deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main 13 Do you by any chance have it set up with *only* 13, and no main? -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 10:03 Andreas Karlsson <[email protected]> parent: Magnus Hagander <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Andreas Karlsson @ 2020-11-13 10:03 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On 11/13/20 10:55 AM, Magnus Hagander wrote: > Christoph may correct me on this later, but "13" is for the beta > version of 13 I believe, and there is no longer a beta version :) I do not think so, but I may be wrong, since http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/ has versions all the way back to 8.2 and all of those seem to work. As far as I can tell from some random samples is that it is only 13 that is broken. > What exactly does your repo config look like? Per the apt FAQ it > should be something like > deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main 13 > > Do you by any chance have it set up with *only* 13, and no main? deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg 13 And the reason I have it like that, which may be misguided, is because I do not want it to install libpq from PostgreSQL 14 when PostgreSQL 14 is released. I prefer having everything installed from PostgreSQL 13 if possible. Andreas ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 10:05 Magnus Hagander <[email protected]> parent: Andreas Karlsson <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Magnus Hagander @ 2020-11-13 10:05 UTC (permalink / raw) To: Andreas Karlsson <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On Fri, Nov 13, 2020 at 11:03 AM Andreas Karlsson <[email protected]> wrote: > > On 11/13/20 10:55 AM, Magnus Hagander wrote: > > Christoph may correct me on this later, but "13" is for the beta > > version of 13 I believe, and there is no longer a beta version :) > > I do not think so, but I may be wrong, since > http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/ has versions > all the way back to 8.2 and all of those seem to work. As far as I can > tell from some random samples is that it is only 13 that is broken. > > > What exactly does your repo config look like? Per the apt FAQ it > > should be something like > > deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main 13 > > > > Do you by any chance have it set up with *only* 13, and no main? > > deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg 13 > > And the reason I have it like that, which may be misguided, is because I > do not want it to install libpq from PostgreSQL 14 when PostgreSQL 14 is > released. I prefer having everything installed from PostgreSQL 13 if > possible. My understanding is you're still supposed to list "main", and that's what's in the instructions for it (https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_libpq5_for_version_X.2C_but_there_is_only_version_Y_...). -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 10:22 Christoph Berg <[email protected]> parent: Magnus Hagander <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Christoph Berg @ 2020-11-13 10:22 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: Andreas Karlsson <[email protected]>; PostgreSQL on Debian and Ubuntu <[email protected]> Re: Magnus Hagander > My understanding is you're still supposed to list "main", and that's > what's in the instructions for it > (https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_libpq5_for_version_X.2C_but_there_is_only_version_Y_...). Correct. None of the NN components are self-contained. See also http://apt.postgresql.org/pub/repos/apt/pool/README which I put there for people looking more closely at the pool structure than the instructions. Christoph ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 10:27 Andreas Karlsson <[email protected]> parent: Christoph Berg <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Andreas Karlsson @ 2020-11-13 10:27 UTC (permalink / raw) To: Christoph Berg <[email protected]>; Magnus Hagander <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On 11/13/20 11:22 AM, Christoph Berg wrote: > Re: Magnus Hagander >> My understanding is you're still supposed to list "main", and that's >> what's in the instructions for it >> (https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_libpq5_for_version_X.2C_but_there_is_only_version_Y_...). > > Correct. None of the NN components are self-contained. > > See also http://apt.postgresql.org/pub/repos/apt/pool/README which I > put there for people looking more closely at the pool structure than > the instructions. Good to know, I will fix that. Thanks! But "13" is still broken which you can see from the empty Packages file. Andreas ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: buster-pgdg 13 seems to be broken @ 2020-11-13 10:36 Andreas Karlsson <[email protected]> parent: Andreas Karlsson <[email protected]> 0 siblings, 0 replies; 9+ messages in thread From: Andreas Karlsson @ 2020-11-13 10:36 UTC (permalink / raw) To: Christoph Berg <[email protected]>; Magnus Hagander <[email protected]>; +Cc: PostgreSQL on Debian and Ubuntu <[email protected]> On 11/13/20 11:27 AM, Andreas Karlsson wrote: > On 11/13/20 11:22 AM, Christoph Berg wrote: >> Re: Magnus Hagander >>> My understanding is you're still supposed to list "main", and that's >>> what's in the instructions for it >>> (https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_libpq5_for_version_X.2C_but_there_is_only_version_Y_...). >>> >> >> Correct. None of the NN components are self-contained. >> >> See also http://apt.postgresql.org/pub/repos/apt/pool/README which I >> put there for people looking more closely at the pool structure than >> the instructions. > > Good to know, I will fix that. Thanks! But "13" is still broken which > you can see from the empty Packages file. Sorry for the noise. Obviously it should be empty if all packages are already in "main". Andreas ^ permalink raw reply [nested|flat] 9+ messages in thread
end of thread, other threads:[~2020-11-13 10:36 UTC | newest] Thread overview: 9+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2020-11-13 09:46 buster-pgdg 13 seems to be broken Andreas Karlsson <[email protected]> 2020-11-13 09:50 ` Magnus Hagander <[email protected]> 2020-11-13 09:52 ` Andreas Karlsson <[email protected]> 2020-11-13 09:55 ` Magnus Hagander <[email protected]> 2020-11-13 10:03 ` Andreas Karlsson <[email protected]> 2020-11-13 10:05 ` Magnus Hagander <[email protected]> 2020-11-13 10:22 ` Christoph Berg <[email protected]> 2020-11-13 10:27 ` Andreas Karlsson <[email protected]> 2020-11-13 10:36 ` Andreas Karlsson <[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