Re: refreshing a database with pg_dump and psql

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Jan Lentfer <Jan(dot)Lentfer(at)web(dot)de>
Cc: "Rossi, Maria" <maria(dot)rossi(at)us(dot)pgds(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: refreshing a database with pg_dump and psql
Date: 2015-05-26 21:36:56
Message-ID: CAKFQuwa3M_hDYnbnDdT0e3v=O+1xeDzkdgs1Ssan2eo=Sa70KQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, May 26, 2015 at 2:27 PM, Jan Lentfer <Jan(dot)Lentfer(at)web(dot)de> wrote:

>
> Am 26.05.2015 um 23:09 schrieb Rossi, Maria <maria(dot)rossi(at)us(dot)pgds(dot)com>:
>
> Hi,
>
>
>
> I have a database that was created from a ‘pg_dump –C’. No problems
> there. Then I ran the pg_dump again, this time without the –C. and tried
> to load it. But got a bunch of ‘object already exist’.
>
> Can’t I refresh an existing database from a plain pg_dump? Is there an
> option that I have to use?
>
> Thanks.
>
>
>
> Check the pg_restore manual. There is a "clean" option when using the
> custom format. I think this is what you are looking for.
>
>
​Or just inject a "DROP DATABASE ..." into the equation somewhere.

David J.​

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jan Lentfer 2015-05-26 21:41:15 Re: refreshing a database with pg_dump and psql
Previous Message Rossi, Maria 2015-05-26 21:27:58 Re: refreshing a database with pg_dump and psql