public inbox for [email protected]
help / color / mirror / Atom feedUbuntu bionic (18.04) moving to apt-archive.postgresql.org
6+ messages / 3 participants
[nested] [flat]
* Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
@ 2023-08-17 12:11 Christoph Berg <[email protected]>
2023-08-17 15:44 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
2023-11-05 15:19 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
0 siblings, 2 replies; 6+ messages in thread
From: Christoph Berg @ 2023-08-17 12:11 UTC (permalink / raw)
To: PostgreSQL in Debian <[email protected]>
Bionic has been EOL for a few months now, and building PostgreSQL 16
on bionic turned out to be difficult (among other problems, zstd being
available but too old), so I used that to stop supporting bionic on
apt.postgresql.org. No new builds for that distributions have been
made since July.
bionic-pgdg has now been copied to apt-archive.postgresql.org and will
be removed from apt.postgresql.org at the end of October 2023.
If you are still on bionic (please upgrade!) point your sources.list
entries to https://apt-archive.postgresql.org.
deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
Christoph
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
@ 2023-08-17 15:44 ` Don Seiler <[email protected]>
2023-08-17 20:18 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
1 sibling, 1 reply; 6+ messages in thread
From: Don Seiler @ 2023-08-17 15:44 UTC (permalink / raw)
To: Christoph Berg <[email protected]>; +Cc: PostgreSQL in Debian <[email protected]>
On Thu, Aug 17, 2023 at 7:12 AM Christoph Berg <[email protected]> wrote:
> Bionic has been EOL for a few months now, and building PostgreSQL 16
> on bionic turned out to be difficult (among other problems, zstd being
> available but too old), so I used that to stop supporting bionic on
> apt.postgresql.org. No new builds for that distributions have been
> made since July.
>
> bionic-pgdg has now been copied to apt-archive.postgresql.org and will
> be removed from apt.postgresql.org at the end of October 2023.
>
> If you are still on bionic (please upgrade!) point your sources.list
> entries to https://apt-archive.postgresql.org.
>
> deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
>
Would this just be an issue for new installations on bionic? i.e. my
current fleet of bionic DB servers would continue to operate, just no
updates (which there haven't been any since May anyway)? We're in the
middle of our migration to Ubuntu jammy but it'll be a couple months yet.
Don.
--
Don Seiler
www.seiler.us
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
2023-08-17 15:44 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
@ 2023-08-17 20:18 ` Christoph Berg <[email protected]>
2023-08-17 21:15 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Berg @ 2023-08-17 20:18 UTC (permalink / raw)
To: Don Seiler <[email protected]>; +Cc: PostgreSQL in Debian <[email protected]>
Re: Don Seiler
> > deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
>
> Would this just be an issue for new installations on bionic? i.e. my
> current fleet of bionic DB servers would continue to operate, just no
> updates (which there haven't been any since May anyway)? We're in the
> middle of our migration to Ubuntu jammy but it'll be a couple months yet.
New installations should just work with the above sources line.
Christoph
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
2023-08-17 15:44 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
2023-08-17 20:18 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
@ 2023-08-17 21:15 ` Don Seiler <[email protected]>
2023-08-17 21:47 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Aaron Pavely <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Don Seiler @ 2023-08-17 21:15 UTC (permalink / raw)
To: Christoph Berg <[email protected]>; +Cc: PostgreSQL in Debian <[email protected]>
On Thu, Aug 17, 2023 at 3:18 PM Christoph Berg <[email protected]> wrote:
> Re: Don Seiler
> > > deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
> >
> > Would this just be an issue for new installations on bionic? i.e. my
> > current fleet of bionic DB servers would continue to operate, just no
> > updates (which there haven't been any since May anyway)? We're in the
> > middle of our migration to Ubuntu jammy but it'll be a couple months yet.
>
> New installations should just work with the above sources line.
>
Yes, of course. I meant to ask if an existing bionic VM with PG already
installed and running would see any issues if they don't make any
adjustments at all.
Don.
--
Don Seiler
www.seiler.us
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
2023-08-17 15:44 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
2023-08-17 20:18 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
2023-08-17 21:15 ` Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Don Seiler <[email protected]>
@ 2023-08-17 21:47 ` Aaron Pavely <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Pavely @ 2023-08-17 21:47 UTC (permalink / raw)
To: Don Seiler <[email protected]>; +Cc: Christoph Berg <[email protected]>; PostgreSQL in Debian <[email protected]>
On Thu, Aug 17, 2023 at 4:15 PM Don Seiler <[email protected]> wrote:
> On Thu, Aug 17, 2023 at 3:18 PM Christoph Berg <[email protected]> wrote:
>
>> Re: Don Seiler
>> > > deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
>> >
>> > Would this just be an issue for new installations on bionic? i.e. my
>> > current fleet of bionic DB servers would continue to operate, just no
>> > updates (which there haven't been any since May anyway)? We're in the
>> > middle of our migration to Ubuntu jammy but it'll be a couple months
>> yet.
>>
>> New installations should just work with the above sources line.
>>
>
> Yes, of course. I meant to ask if an existing bionic VM with PG already
> installed and running would see any issues if they don't make any
> adjustments at all.
>
This depends. PostgreSQL itself won't mind this one bit, but since the
package repository won't exist any longer (i.e., broken), when running
'apt-get update', some processes will take that status as an error in
package management.
This may break automation if the automation depends on _all_ repositories
functioning properly. For instance, you may see this as an issue if adding
the host to Canonical's ESM repositories. Chef/Puppet/Ansible/etc. might
not like it, either.
--
Aaron
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Ubuntu bionic (18.04) moving to apt-archive.postgresql.org
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
@ 2023-11-05 15:19 ` Christoph Berg <[email protected]>
1 sibling, 0 replies; 6+ messages in thread
From: Christoph Berg @ 2023-11-05 15:19 UTC (permalink / raw)
To: PostgreSQL in Debian <[email protected]>
Re: To PostgreSQL in Debian
> Bionic has been EOL for a few months now, and building PostgreSQL 16
> on bionic turned out to be difficult (among other problems, zstd being
> available but too old), so I used that to stop supporting bionic on
> apt.postgresql.org. No new builds for that distributions have been
> made since July.
>
> bionic-pgdg has now been copied to apt-archive.postgresql.org and will
> be removed from apt.postgresql.org at the end of October 2023.
This has now happened, I just removed bionic and kinetic from the
repository.
Christoph
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2023-11-05 15:19 UTC | newest]
Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 12:11 Ubuntu bionic (18.04) moving to apt-archive.postgresql.org Christoph Berg <[email protected]>
2023-08-17 15:44 ` Don Seiler <[email protected]>
2023-08-17 20:18 ` Christoph Berg <[email protected]>
2023-08-17 21:15 ` Don Seiler <[email protected]>
2023-08-17 21:47 ` Aaron Pavely <[email protected]>
2023-11-05 15:19 ` 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