Re: Problem with dump importing.

From: Scott Mead <scott(dot)lists(at)enterprisedb(dot)com>
To: NetLevel Admins <admins(at)netlevel(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with dump importing.
Date: 2009-12-15 17:00:49
Message-ID: d3ab2ec80912150900s6b1216c9t590e525041d8d7e1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Dec 15, 2009 at 11:34 AM, NetLevel Admins <admins(at)netlevel(dot)ru>wrote:

> Hello,
>
> I created database dump on server version 8.3.7 and trying to import it to
> server v. 8.1.18, but i see errors.
>
>
>>
> What could be a problem and is there a solution?
>

Looks like your 8.1.18 doesn't have any users in it. You would want to
run:

pg_dumpall -g

Against your 8.3.7, then apply the resulting SQL to your 8.1.18 before
restoring your dump file.

--Scott

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-12-15 17:02:32 Re: Problem with dump importing.
Previous Message NetLevel Admins 2009-12-15 16:34:09 Problem with dump importing.