Re: support for windows robocopy in archive_command and restore_command

2021-08-18 Thread Andrew Dunstan
On 8/18/21 10:32 PM, Julien Rouhaud wrote: > On Thu, Aug 19, 2021 at 5:01 AM Andrew Dunstan wrote: >> It doesn't allow for files to be renamed, but luckily we don't normally >> need it to. > Doesn't the recovery ask to recover the WAL files in > pg_wal/RECOVERYXLOG and the history files in pg_wa

Re: support for windows robocopy in archive_command and restore_command

2021-08-18 Thread Julien Rouhaud
On Thu, Aug 19, 2021 at 5:01 AM Andrew Dunstan wrote: > > It doesn't allow for files to be renamed, but luckily we don't normally > need it to. Doesn't the recovery ask to recover the WAL files in pg_wal/RECOVERYXLOG and the history files in pg_wal/RECOVERYHISTORY rather than the original names?