Re: Restore and Backup PG8.4 tp 9.4

From: Ville Rantamaula <ville(dot)rantamaula(at)gmail(dot)com>
To: Mohamed MANSOUR <med(dot)mnsour(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Restore and Backup PG8.4 tp 9.4
Date: 2015-08-17 11:04:01
Message-ID: CAGf-6h_5rToTULjMrgL9xjPy7VAb-+yhazTiy+ntBQpJqND=1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I'd guess you would have to first allow the user 'postgres' localhost
access to your database 'myDb'.

Check the configuration file pg_hba.conf for access control, and you
probably need to add a line there. In Ubuntu the file is probably located
under the directorry /var/lib/postgresql/9.3/main/.

Yours,
Ville

2015-08-17 11:42 GMT+03:00 Mohamed MANSOUR <med(dot)mnsour(at)gmail(dot)com>:

> hi ,
>
> i have been restoring my old server pg8.4 with this command in Ubuntu
> 15.04
>
> *pg_dump -i -h localhost -p 5432 -U postgres -F c -b -v -f
> "10.70.0.61.backup" **myDb*
>
> 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*
>
>
> what is the problem please ?
> --
> *Mohamed MANSOUR*
> Eléve Ingenieur / Développeur .Net
> ( + 216 ) 52 958 794
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jan-Peter Seifert 2015-08-17 14:46:08 Re: Restore and Backup PG8.4 tp 9.4
Previous Message Mohamed MANSOUR 2015-08-17 08:42:52 Restore and Backup PG8.4 tp 9.4