Replication issue

From: Sonam Sharma <sonams1209(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Replication issue
Date: 2020-04-17 13:31:21
Message-ID: CAM-M3T=kFZ+3UGbYxmmXoKjg1oMuuuHkSQjbKc-xYrsNRGokqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have setup db replication. And added below parameter in jdbc file . The
connection is failing and it's throwing error like db doesn't exist on
secondary server.

jdbc:postgresql://<primaryhost>:50001,
172.29.195.216:50001/crowd?targetServerType=master&reWriteBatchedInserts=true

.PSQLException: FATAL: database ",172.29.195.216 <+17229195216>:50001/crowd"
does not exist

Can someone help on this issue?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ted Toth 2020-04-17 13:34:12 Re: performance of first exec of prepared statement
Previous Message Ted Toth 2020-04-17 13:28:07 Re: performance of first exec of prepared statement