Re: BDR to ignore table exists error

From: Martín Marqués <martin(at)2ndquadrant(dot)com>
To: Nikhil <nikhilsmenon(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: BDR to ignore table exists error
Date: 2016-05-28 12:06:38
Message-ID: 1e64fd67-7b2b-0b7f-f747-40399419038d@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

El 28/05/16 a las 08:57, Nikhil escribió:
> Once the node which was down is brought back the replication slot is not
> turned active. The reason being replication slot is trying to create a
> partition table which already exists. Because of this error replication
> slot is stuck in inactive mode. Is there any way to ignore this error?

Could you provide the DDL that's run for the patitioning?

Could you provide logs from the other node? (the one where the partition
was created)

Regards,

--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Erven 2016-05-28 12:29:06 Re: Migrate 2 DB's - v8.3
Previous Message Nikhil 2016-05-28 11:57:09 Re: BDR to ignore table exists error