Re: pg_restore fails to restore sequences

From: Thom Brown <thom(at)linux(dot)com>
To: Spencer Gardner <spencergardner(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore fails to restore sequences
Date: 2015-09-28 21:23:12
Message-ID: CAA-aLv6zYte_84mOPa2eVbR4dbJvRSOR7sycurBuWv_8x1XVWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 28 September 2015 at 22:21, Spencer Gardner <spencergardner(at)gmail(dot)com> wrote:
> Actually, yes. That's the reason for backing up. We had been playing with
> BDR on a custom build but have reverted to the stock Ubuntu build for the
> time being. So it sounds like the issue is caused by dumping from our custom
> BDR build. It's not really a big issue - I've already rebuilt the affected
> sequences.

Have you tried dumping the database using the stock pg_dump
executable? The BDR branch isn't compatible with regular PostgreSQL,
at least not yet.

Thom

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-09-28 21:30:58 Re: pg_restore fails to restore sequences
Previous Message Spencer Gardner 2015-09-28 21:21:12 Re: pg_restore fails to restore sequences