Hello,
Am 17.08.2015 um 10:42 schrieb Mohamed MANSOUR:
> i try to import this backup in my new server pg 9.4 with this command
>
> |*pg_restore -i -h localhost -p 5432-U postgres -d **myDb**-v
> "10.70.0.61.backup"*|
>
> the backup worked fine but in restoring i get this error !
>
> *pg_restore: connecting to database for restore*
> *pg_restore: [archiver (db)] connection to database "**myDb**" failed:
> FATAL: Ident authentication failed for user "postgres"*
> *pg_restore: *** aborted because of error*
I guess you have to use sudo:
http://wiki.ubuntuusers.de/postgresql
Regards,
Peter