Supply restore_command to pg_rewind via CLI argument - Mailing list pgsql-hackers

From Andrey Borodin
Subject Supply restore_command to pg_rewind via CLI argument
Date
Msg-id 3A92BBEF-D0A6-42BE-8A5E-D90ED829A41C@yandex-team.ru
Whole thread Raw
Responses Re: Supply restore_command to pg_rewind via CLI argument
List pgsql-hackers
Hi hackers!

Starting from v13 pg_rewind can use restore_command if it lacks necessary WAL segments. And this is awesome for HA
clusterswith many nodes! Thanks to everyone who worked on the feature! 

Here's some feedback on how to make things even better.

If we run 'pg_rewind --restore-target-wal' there must be restore_command in config of target installation. But if the
configis not within $PGDATA\postgresql.conf pg_rewind cannot use it. 
If we run postmaster with `-c config_file=/etc/postgresql/10/data/postgresql.conf`, we simply cannot use the feature.
Wesolved the problem by putting config into PGDATA only during pg_rewind, but this does not seem like a very robust
solution.

Maybe we could add "-C, --target-restore-command=COMMAND  target WAL restore_command\n" as was proposed within earlier
versionsof the patch[0]? Or instruct pg_rewind to pass config to 'postgres -C restore_command' run? 

From my POV adding --target-restore-command is simplest way, I can extract corresponding portions from original patch.

Thanks!

Best regards, Andrey Borodin.

[0]
https://www.postgresql.org/message-id/flat/CAPpHfduUqKLr2CRpcpHcv1qjaz%2B-%2Bi9bOL2AOvdWSr954ti8Xw%40mail.gmail.com#1d4b372b5aa26f93af9ed1d5dd0693cd


pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Added schema level support for publication.
Next
From: Alexander Pyhalov
Date:
Subject: Re: Asymmetric partition-wise JOIN