Re: pg_rewind enhancements

2022-03-10 Thread Bharath Rupireddy
On Fri, Mar 4, 2022 at 7:50 PM RKN Sai Krishna wrote: > > Hi, > > While using pg_rewind, I found that it is a bit difficult to use pg_rewind as > it seems to copy even the configuration files and also remove some of the > files created on the old primary which may not be present on the new prima

pg_rewind enhancements

2022-03-04 Thread RKN Sai Krishna
Hi, While using pg_rewind, I found that it is a bit difficult to use pg_rewind as it seems to copy even the configuration files and also remove some of the files created on the old primary which may not be present on the new primary. Similarly it copies files under the data directory of the new pr