then what is the point of multi master :)
if the server goes down, both go down.
Regards,
other than that, having multiple servers may act as noisy neighbors to each other.
Vijay
On Thu, Dec 20, 2018 at 2:11 PM Prince Pathria <prince.pathria@xxxxxxxxxxx> wrote:
Hi,I'm asking this out of curiosity, if I have 2 postgres nodes on same server,1. listening on port 54322. listening on port 5433What issue's I might face if I do it like this? Assuming I'm doing this for multimaster approach.pg_ctl -D /data/postgres -o "-p 5432" -l /var/log/pg1 start
pg_ctl -D /data/postgres -o "-p 5433" -l /var/log/pg2 start