On Mon, Apr 22, 2019 at 3:02 PM Pavan Kumar <pavan.dba27@xxxxxxxxx> wrote:
Hello David,Thank you so much for clarification.is there any way to keep redundant copy of current wall log on same server? means, as soon as transaction commits, it it going to make an entry in wal log and the same log in different location ?please advise
PostgreSQL itself will only write to a single file. It may be possible to setup an operating system tool (like inotifywait) to accomplish this but its not something I've tried or seen discussed or recommended in my reading.
David J.