While I appreciate suggestions of other ways to do replication, does anyone have an answer to my original question?
My question is: what about the WAL files? Do I need to rsync them from A to B too, or can/should I just clean out B's WAL directory, or something else?restart Postgres on Arsync A --> Bstop Postgres on A...The procedure I'd like to implement is:
server B is always "cold" (Postgres not running)while A is running, rsync A --> B
Thanks,
Craig