Re: restoring with sql script - Mailing list pgsql-novice

From Oliver Elphick
Subject Re: restoring with sql script
Date
Msg-id 1186724655.11237.215.camel@linda.lfix.co.uk
Whole thread Raw
In response to restoring with sql script  ("Demian Quinonez" <dgq111@gmail.com>)
List pgsql-novice
On Wed, 2007-08-08 at 15:17 -0700, Demian Quinonez wrote:
> Help!
>
> I am creating a fail over server and one element of my system is using
> postgresql 8.0.  I created a dump of the current DB and I want to
> restore "as is" on the fail over server.   On the fail over I am using
> the command "psql -U <username> < <sql script>" to try to restore the
> the DB but when I press enter it does not ask me for my password and
> goes directly to the FATAL error of password is not authenticated.
> Any idea what I am doing wrong?  I am following the instructions given
> by our vendor in how to back up and restore the pg DB.

Try adding -W

--
Oliver Elphick                                          olly@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
                 ========================================
   Do you want to know God?   http://www.lfix.co.uk/knowing_god.html


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


pgsql-novice by date:

Previous
From: "Demian Quinonez"
Date:
Subject: restoring with sql script
Next
From: "Ashish Karalkar"
Date:
Subject: Re: restoring with sql script