an error regarding pg_dump - Mailing list pgsql-ports

From
Subject an error regarding pg_dump
Date
Msg-id 1069.10.129.111.40.1048945221.squirrel@www.it.iitb.ac.in
Whole thread Raw
List pgsql-ports
Hello sir,
i am working in a project based on POstgreSQL database & project requires
the backup & restoration facility of the database so that if the server
crash the database can be recovered from the archive file.
i did
pg_dump LCC>backup.sql

exported backup.sql from one server1 TO another

then created a database'CMS' with Template0 on another server2 so that CMS
is the exact copy of the LCC

when in server2 i do the restoration with

psql -d CMS -f backup.sql or cat backup.sql | psql CMS

it sometimes ask for password & sometimes says

[root@localhost pgsql]# psql -d CMS -f backup.sql;
psql:backup.sql:4: \connect: FATAL 1:  IDENT authentication failed for
user "admin"

admin is the username of 'LCC' database.

plz send the reply soon & help me in sorting out the problem.

rashmi bhatia
IIT Bombay


pgsql-ports by date:

Previous
From: Brandon McMurray
Date:
Subject: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Next
From: Justin Georgeson
Date:
Subject: nextval syntax