Re: upgrade questions

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: upgrade questions
Date: 2024-02-09 17:43:03
Message-ID: CANzqJaAxhi3CBmFjvdaG2GgNMwMCj2onTgRYHAkmazq9mzP4Cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 9, 2024 at 12:08 PM Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
wrote:

> > On Feb 9, 2024, at 10:00 AM, David Barron <david(dot)barron(at)zencos(dot)com>
> wrote:
> >
> > I’ve also seen references to copying over the pg_hba.conf and
> postgresql.conf files from the old data directory to the new.
>
> Then you will be getting default values for the many, many parameters
> added to postgresql.conf between 11 & 15--and will have no explanatory
> entries documenting them. A much better suggestion is to diff the two, and
> apply customizations from the old to the new. (Also skim release notes for
> any that have been mooted.)
>

Alternatively, remove all default values from your PG11 postgresql.conf
file. Then, when you copy it to the PG15 directory, you'll automatically
get any default config values that have changed since PG 11.

And your postgresql.conf file will be much smaller.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Barron 2024-02-09 18:09:36 RE: upgrade questions
Previous Message Holger Jakobs 2024-02-09 17:41:39 Re: upgrade questions