restoring from dump - Mailing list pgsql-admin

From Tena Sakai
Subject restoring from dump
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F40C@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: restoring from dump  (Jeff Frost <jeff@frostconsultingllc.com>)
List pgsql-admin

Hi Everybody,

I had a machine crash a couple of days ago, from which
I have recovered (ie., postgres is running now), but I
want to restore from a dump I had made.  The dump is
made by pg_dumpall and I have a gzipped file.

I am a bit unclear as to how to proceed.

(A) I get rid of what I have now and use createdb to
    make a "new" database and use psql.

(B) Don't bother with createdb and let the tables be
    overwritten.

Also the manual tells me (in section 24.1.2):
  psql -f infile postgres
The last parameter: "postgres" is this the database
super-user?  If so, do I need to spell it out if I am
logged in as user postgres?  If not, what is this?

Please advise.  I would appreciate it.

Thank you.

Tena Sakai
tsakai@gallo.ucsf.edu

pgsql-admin by date:

Previous
From: "Tomeh, Husam"
Date:
Subject: Re: Auto recovery feature
Next
From: Jeff Frost
Date:
Subject: Re: restoring from dump