Re: Please help - Keep getting authentication failure when trying to restore database - Mailing list pgsql-general

From Tom Lane
Subject Re: Please help - Keep getting authentication failure when trying to restore database
Date
Msg-id 26902.1031147034@sss.pgh.pa.us
Whole thread Raw
In response to Please help - Keep getting authentication failure when trying to restore database  (Søren Neigaard <s.neigaard@mobilethink.dk>)
List pgsql-general
=?iso-8859-1?Q?S=F8ren_Neigaard?= <s.neigaard@mobilethink.dk> writes:
> I have made a pg_dump of my database, and now I want to restore it on
> another database. So I follow the instructions on
> "http://www2.dk.postgresql.org/users-lounge/docs/7.1/admin/backup.html"
> (both databases are 7.1 on Debian), but I keep getting "psql: Password
> authentication failed for user 'postgres'" all the time.

> I have looked in my dump file, and seen that it tries to connect first as
> postgres, and thereafter as my other user that owns the tables. How do I
> allow it to connect as these users? Can I somehow disable the passwords, and
> how is this done?

If you did a pg_dump, and not a pg_dumpall, then you will need to
manually create all the users referenced in the dump before you can
think about loading it.

Password authentication is very tedious to use for this sort of thing,
I'm afraid; you will get prompted for every \connect in the script,
and there might be a lot of 'em.  You might want to temporarily alter
pg_hba.conf to use "trust" authentication method for local connections.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: show ?
Next
From: Tom Lane
Date:
Subject: Re: 'Bad timestamp external representation' error when restoring database