Re: PATCH: add "--config-file=" option to pg_rewind - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: PATCH: add "--config-file=" option to pg_rewind
Date
Msg-id 86F87B31-00C6-4E45-84D3-4F62ED6CC7EB@yesql.se
Whole thread Raw
In response to Re: PATCH: add "--config-file=" option to pg_rewind  (Alexander Kukushkin <cyberdemn@gmail.com>)
Responses Re: PATCH: add "--config-file=" option to pg_rewind  ("Gunnar \"Nick\" Bluth" <gunnar.bluth@pro-open.de>)
List pgsql-hackers
> On 24 Feb 2022, at 10:27, Alexander Kukushkin <cyberdemn@gmail.com> wrote:
>
> Hello Gunnar,
>
> On Thu, 24 Feb 2022 at 10:03, Aleksander Alekseev <aleksander@timescale.com> wrote:
>
> > wants to use the "-c" option on a typical Debian/Ubuntu installation
> > (where the config resides below /etc/postgresql/), pg_rewind needs a way
> > to be told where the postgresql.conf actually is.
> >
> > The attached patch implements this as an option.
> >
> > [...]
>
> Good catch!
>
> Yeah, it is a known problem, and there was already another patch trying to address it [1].

There is yet another related patch which provides a parameter to pass in
restore_command in cases where postgresq.conf isn't reachable:

  https://commitfest.postgresql.org/37/3213/

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Frontend error logging style
Next
From: Daniel Gustafsson
Date:
Subject: Re: Readd use of TAP subtests