On Tue, Feb 27, 2018 at 07:40:27AM +, Kato, Sho wrote:
> I came up with an another scenario where user uses a synchronized old
> master as a new master.
> If so, pg_rewind need to copy WAL from a source server.
> Is pg_rewind assuming to use the old master as a new master?
The rewound instanc
Hi,
I have a question of how to use pg_rewind.
I see the manual. It says bringing an old master server back online after
failover is typical case.
manual:
A typical scenario is to bring an old master server back online after
failover, as a standby that follows the new master.
I came up with